export declare const GridHead: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLTableSectionElement>, { $hidden?: boolean; }>> & string; export declare const GridHeaderRowLayout: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLTableRowElement>, { $focusVisible: boolean; }>> & string; export declare const GridHeaderCellLayout: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLTableHeaderCellElement>, { $sortable?: boolean; $movable?: boolean; $hovering?: boolean; $resizing?: boolean; $highlight?: boolean; $sticky?: boolean; $leftBorder?: boolean; $rightBorder?: boolean; $placeholder?: boolean; }>> & string; export declare const GridHeaderGroupCellLayout: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLTableHeaderCellElement>, "$sortable" | "$movable" | "$hovering" | "$resizing" | "$highlight" | "$sticky" | "$leftBorder" | "$rightBorder" | "$placeholder"> & { $sortable?: boolean; $movable?: boolean; $hovering?: boolean; $resizing?: boolean; $highlight?: boolean; $sticky?: boolean; $leftBorder?: boolean; $rightBorder?: boolean; $placeholder?: boolean; }, never>> & string; export declare const GridColumnMoveHandle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<{ horizontal?: boolean; } & import("react").HTMLAttributes & import("react").RefAttributes, { $resizable: boolean; }>> & string & Omit & import("react").RefAttributes>, keyof import("react").Component>; export declare const GridColumnResizeHandle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { $resizing: boolean; }>> & string; //# sourceMappingURL=header.d.ts.map