import { TableHeightKeyType, TableVariantType } from './TableUtils'; import { HeaderGroup } from 'react-table'; export declare const SortIncentive: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLSpanElement>, never> & Partial, HTMLSpanElement>, never>>> & string; export declare const SortCaretWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLSpanElement>, never> & Partial, HTMLSpanElement>, never>>> & string; export declare const TableHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, "tabIndex" | "$headerHeight"> & { $headerHeight?: number | string; tabIndex: number | undefined; }, never> & Partial, HTMLDivElement>, "tabIndex" | "$headerHeight"> & { $headerHeight?: number | string; tabIndex: number | undefined; }, never>>> & string; type HeadRowType = { $hasScrollBar?: boolean; $scrollBarWidth: number; $rowHeight: TableHeightKeyType; $separationLineVariant: TableVariantType; }; export declare const HeadRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, keyof HeadRowType> & HeadRowType, never> & Partial, HTMLDivElement>, keyof HeadRowType> & HeadRowType, never>>> & string; type TableRowType = { $isSelected: boolean; $selectedId?: string; $separationLineVariant: TableVariantType; }; export declare const TableRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, keyof TableRowType> & TableRowType, never> & Partial, HTMLDivElement>, keyof TableRowType> & TableRowType, never>>> & string; type TableRowMultiSelectableType = { $isSelected: boolean; $separationLineVariant: TableVariantType; }; export declare const TableRowMultiSelectable: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, keyof TableRowMultiSelectableType> & TableRowMultiSelectableType, never> & Partial, HTMLDivElement>, keyof TableRowMultiSelectableType> & TableRowMultiSelectableType, never>>> & string; export declare const TableBody: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never> & Partial, HTMLDivElement>, never>>> & string; export declare const TableWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never> & Partial, HTMLDivElement>, never>>> & string; export declare const TooltipContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never> & Partial, HTMLDivElement>, never>>> & string; export declare const SortCaret: = Record>({ column, }: { column: HeaderGroup; }) => import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=Tablestyle.d.ts.map