export declare const hoveredCSS: string; export declare const nonInteractiveHeaderCellCSS: string; export declare const customHeaderDensityCSS: Record<"default" | "condensed" | "comfortable", string>; export declare const dataTableV2HeaderCSS: string; export declare const leftPositionVar: `var(--${string})`; export declare const dataTableV2HeaderCellCSS: import("@vanilla-extract/recipes").RuntimeFn<{ sortable: { true: {}; false: {}; }; pinnedColumn: { false: {}; left: { position: "sticky"; zIndex: 2; left: `var(--${string})`; pointerEvents: "auto"; selectors: { [x: string]: { content: "\"\""; display: "block"; position: "absolute"; width: string; right: number; top: number; bottom: number; backgroundColor: string; maxWidth: "100%"; }; }; }; right: { position: "sticky"; zIndex: 2; right: number; pointerEvents: "auto"; selectors: { [x: string]: { content: "\"\""; display: "block"; position: "absolute"; width: string; left: number; top: number; bottom: number; backgroundColor: string; maxWidth: "100%"; }; }; }; }; rowDensity: { customHeaderRenderer: { paddingTop: string; paddingRight: string; paddingBottom: string; paddingLeft: string; selectors: { [x: string]: { paddingRight: number; paddingLeft?: undefined; } | { paddingLeft: number; paddingRight?: undefined; }; }; }; default: { paddingTop: string; paddingRight: string; paddingBottom: string; paddingLeft: string; selectors: { [x: string]: { paddingLeft: string; paddingRight?: undefined; } | { paddingRight: number; paddingLeft?: undefined; } | { paddingLeft: number; paddingRight?: undefined; }; }; }; condensed: { paddingTop: string; paddingRight: string; paddingBottom: string; paddingLeft: string; selectors: { [x: string]: { paddingLeft: `calc(${string} + ${string})`; paddingRight?: undefined; } | { paddingRight: number; paddingLeft?: undefined; } | { paddingLeft: number; paddingRight?: undefined; }; }; }; comfortable: { paddingTop: string; paddingRight: string; paddingBottom: string; paddingLeft: string; selectors: { [x: string]: { paddingLeft: string; paddingRight?: undefined; } | { paddingRight: number; paddingLeft?: undefined; } | { paddingLeft: number; paddingRight?: undefined; }; }; }; }; verticalDividers: { true: { selectors: { [x: string]: { content: "\"\""; display: "block"; position: "absolute"; width: string; left: number; top: string; bottom: string; backgroundColor: string; borderBottomWidth?: undefined; borderBottomStyle?: undefined; borderColor?: undefined; } | { bottom: number; content?: undefined; display?: undefined; position?: undefined; width?: undefined; left?: undefined; top?: undefined; backgroundColor?: undefined; borderBottomWidth?: undefined; borderBottomStyle?: undefined; borderColor?: undefined; } | { top: number; content?: undefined; display?: undefined; position?: undefined; width?: undefined; left?: undefined; bottom?: undefined; backgroundColor?: undefined; borderBottomWidth?: undefined; borderBottomStyle?: undefined; borderColor?: undefined; } | { borderBottomWidth: string; borderBottomStyle: any; borderColor: string; content?: undefined; display?: undefined; position?: undefined; width?: undefined; left?: undefined; top?: undefined; bottom?: undefined; backgroundColor?: undefined; } | { display: "none"; content?: undefined; position?: undefined; width?: undefined; left?: undefined; top?: undefined; bottom?: undefined; backgroundColor?: undefined; borderBottomWidth?: undefined; borderBottomStyle?: undefined; borderColor?: undefined; }; }; }; false: {}; }; isDragAndDropDisabled: { true: {}; false: { selectors: { [x: string]: { backgroundColor: string; cursor?: undefined; } | { cursor: "pointer"; backgroundColor: string; }; }; }; }; }>; export declare const dataTableV2HeaderCellActiveInteractionCSS: string; export declare const dataTableV2ColumnSizingHandleCSS: string; export declare const dataTableV2ColumnSizingHandleActiveCSS: string; export declare const columnActionsMenuArrowCSS: import("@vanilla-extract/recipes").RuntimeFn<{ hasSortingArrows: { true: { marginLeft: `calc(${string} * -1)`; }; }; }>; export declare const downArrowIconCSS: string;