export declare const plansStyle: { iconWrapper: string; plans: string; outOfStockBadge: string; cell: import("@vanilla-extract/recipes").RuntimeFn<{ activeColor: { true: { selectors: { 'thead &:not(:first-child), tbody &:not(:first-child), tbody tr:last-child &:not(:first-child)': { borderColor: `var(--${string})`; }; }; }; }; disabled: { true: { backgroundColor: `var(--${string})`; }; }; focus: { true: { selectors: { 'thead &:not(:first-child), tbody &:not(:first-child), tbody tr:last-child &:not(:first-child)': { borderColor: "blue"; borderWidth: "2px 2px 0 2px"; }; }; }; }; hide: { true: { display: "none"; }; }; hideLabels: { true: { paddingLeft: `var(--${string})`; textAlign: "start"; selectors: { 'thead &': { paddingLeft: `var(--${string})`; }; }; }; }; selectable: { true: { cursor: "pointer"; }; }; spaceAfter: { true: { selectors: { 'tbody &': { paddingBottom: `var(--${string})`; }; }; }; }; }>; rowHidden: string; uppercaseText: string; headerInput: string; headerFullHeight: string; description: string; fullSizeSeparator: string; currentWrapper: string; }; //# sourceMappingURL=styles.css.d.ts.map