/// <reference types="react" />
declare const HeadRow: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
    $dense?: boolean | undefined;
    disabled?: boolean | undefined;
}>>;
export default HeadRow;
