export declare const RESIZE_ICON_SIZE = "xxs"; export declare const table: string; export declare const row: (gridTemplateFragments: string[]) => string; export declare const rowWithStickyColumn: string; export declare const headerRow: string; export declare const highlightedRow: string; export declare const contentRow: string; export declare const sortable: (dir: "asc" | "desc" | null) => string; export declare const headerHover: string; export declare const sortableButton: string; export declare const nowrap: string; export declare const cell: (textAlign: React.CSSProperties["textAlign"]) => string; export declare const makeSpaceForSortIndicator: string; export declare const headerCell: (textAlign: React.CSSProperties["textAlign"]) => string; export declare const rowScrollShadow: string; export declare const cellFlexWrapper: string; export declare const tableScrollObserver: string;