export declare const subRowExpandButtonHeaderCellWrapperCSS: string; export declare const subRowExpandButtonCellWrapperCSS: string; export declare const subRowExpandIndentSvgCSS: string; export declare const subRowIconSize: `var(--${string})`; export declare const subRowExpandIndentSvgSizeCSS: import("@vanilla-extract/recipes").RuntimeFn<{ rowCanExpand: { true: { right: `calc(var(--${string}) + ${string})`; }; }; }>; export declare const subRowExpanderButtonCSS: string;