export declare const container: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { background: `var(--${string})`; color: `var(--${string})`; }; secondary: { background: `var(--${string})`; color: `var(--${string})`; }; tertiary: { background: `var(--${string})`; color: `var(--${string})`; }; quaternary: { background: `var(--${string})`; color: `var(--${string})`; }; }; }>; export declare const table_container: string; export declare const calculator_wrapper: string; export declare const input_container: string; export declare const input_label: string; export declare const calculator_input: string; export declare const d_label: string; export declare const m_label: string; export declare const calculator_button: string; export declare const max_balance: string; export declare const error_message: string; export declare const calc_icon: string; export declare const header_container: string; export declare const header_calc: 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 calc_text: string; export declare const description_text: 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 calc_disclosure: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { color: `var(--${string})`; }; secondary: { color: `var(--${string})`; }; tertiary: { color: `var(--${string})`; }; quaternary: { color: `var(--${string})`; }; }; }>;