export declare const container: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { background: `var(--${string})`; color: `var(--${string})`; border: "1px solid #D4D4D4"; }; secondary: { background: `var(--${string})`; color: `var(--${string})`; }; tertiary: { background: `var(--${string})`; color: `var(--${string})`; }; quaternary: { background: `var(--${string})`; color: `var(--${string})`; }; }; }>; export declare const calc_block: string; export declare const text_block: string; export declare const slider_block_wrapper: string; export declare const calc_container: string; export declare const fb50: string; export declare const stat: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { color: `var(--${string})`; }; secondary: { color: `var(--${string})`; }; tertiary: { color: `var(--${string})`; }; quaternary: { color: `var(--${string})`; }; }; }>; export declare const w100: string; export declare const balance_wrapper: string; export declare const stat_row: string; export declare const slider_wrapper: string; export declare const slider: string; export declare const pt0_1023: string; export declare const pb0_1023: string;