export declare const billboard: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { background: `var(--${string})`; color: `var(--${string})`; border: "1px solid #B9C1CE"; }; secondary: { background: `var(--${string})`; color: `var(--${string})`; }; tertiary: { background: `var(--${string})`; color: `var(--${string})`; }; quaternary: { background: `var(--${string})`; color: `var(--${string})`; }; }; }>; export declare const imagePlacement: import('@vanilla-extract/recipes').RuntimeFn<{ position: { left: { selectors: { [x: string]: { flexDirection: "column"; "@media"?: undefined; } | { flexDirection: "row"; "@media": { "screen and (max-width:1023px)": { flexDirection: "column"; }; }; }; }; }; right: { selectors: { [x: string]: { flexDirection: "column-reverse"; justifyContent: "space-between"; "@media"?: undefined; } | { flexDirection: "row-reverse"; "@media": { "screen and (max-width:1023px)": { flexDirection: "column-reverse"; }; }; justifyContent?: undefined; }; }; }; }; }>; export declare const supertag: 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 header: 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 billboard_container: string; export declare const billboard_img: string; export declare const is_bg_img: string; export declare const billboard_body: string; export declare const billboard_header_section: string; export declare const billboard_ctas: string; export declare const body: string; export declare const single_container: string; export declare const two_inline: string; export declare const three_inline: string; export declare const section_text_ImageBillboard: string; export declare const billboard_image: string; export declare const mh_330: string; export declare const image_background: string; export declare const image_inner_wrapper: string; export declare const image_based: string; export declare const rate_container: string; export declare const rate_pad: string; export declare const up_to: string; export declare const rate_billboard: string; export declare const apy_billboard: string; export declare const body_copy: string; export declare const sub_bullets: string; export declare const top_left: string; export declare const top_center: string; export declare const top_right: string; export declare const center_left: string; export declare const center_right: string; export declare const center_center: string; export declare const bottom_left: string; export declare const bottom_right: string; export declare const bottom_center: string; export declare const remove_padding: string; export declare const exit_intent_backdrop: string; export declare const exit_intent: string; export declare const modal_close_button: string;