export declare const dataTableV2RowCSS: import("@vanilla-extract/recipes").RuntimeFn<{ rowSeparation: { none: {}; horizontalDividers: { borderBottom: `${string} ${string} ${string}`; selectors: { [x: string]: { borderBottomWidth: number; }; }; }; zebraStripes: { borderBottom: `${string} ${string} ${string}`; selectors: { [x: string]: { borderBottomWidth: number; }; }; }; }; rowParity: { even: {}; odd: {}; }; }>;