export declare const logout: string; export declare const xl: string; export declare const hero_banner: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { background: `var(--${string})`; borderBottom: "1px solid #B9C1CE"; 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 hero_content: string; export declare const reversed: string; export declare const reversed_lg_image: string; export declare const hero_text: string; export declare const hero_wrapper: string; export declare const hero_img: string; export declare const img_contents: string; export declare const heroSupertag: 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 headline_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 hero_btns: string; export declare const hero_embedded_image: string; export declare const hero_sub_bullets: string; export declare const hero_bullet_item: string;