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 input_container: string; export declare const input_box: 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 payment_results: string; export declare const calc_container: string; export declare const inputs_container: string; export declare const calculation_header: string; export declare const error_message: string; export declare const h2i: string; export declare const hide_select_arrow: string;