export declare const dataTableV2InteractiveRowCSS: import("@vanilla-extract/recipes").RuntimeFn<{ active: { true: { '::after': { borderColor: string; }; selectors: { '&:hover': { backgroundColor: string; }; '&:hover::after': { borderColor: string; }; }; }; false: {}; }; focus: { true: { backgroundColor: string; '::after': { boxShadow: `inset 0 0 0 ${string} ${string}, inset 0 0 0 calc(${string} + 1px) ${string}`; borderWidth: number; }; }; }; hovered: { true: { backgroundColor: string; '::after': { borderColor: string; }; }; }; contained: { true: {}; false: { borderBottomRightRadius: number; borderBottomLeftRadius: number; }; }; }>;