export declare const interactiveRow: 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: string; borderWidth: number; }; }; }; hovered: { true: { backgroundColor: string; '::after': { borderColor: string; }; }; }; singleTone: { true: {}; false: {}; }; contained: { true: { selectors: { [x: string]: { borderBottomRightRadius: string; borderBottomLeftRadius: string; } | { borderBottomRightRadius: number; borderBottomLeftRadius: string; }; }; }; false: { borderBottomRightRadius: number; borderBottomLeftRadius: number; }; }; }>; //# sourceMappingURL=RowInteractivity.css.d.ts.map