export declare const video_bg: string; export declare const lg_hero_banner: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { background: `var(--${string})`; }; secondary: { background: `var(--${string})`; }; tertiary: { background: `var(--${string})`; }; quaternary: { background: `var(--${string})`; }; }; }>; export declare const lg_hero_container: string; export declare const lg_hero_content: string; export declare const content_display_lg: string; export declare const lg_hero_content_mobile: string; export declare const lg_hero_text: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { background: `var(--${string})`; color: `var(--${string})`; selectors: { [x: string]: { background: `var(--${string})`; color: `var(--${string})`; }; }; }; secondary: { background: `var(--${string})`; color: `var(--${string})`; selectors: { [x: string]: { background: `var(--${string})`; color: `var(--${string})`; }; }; }; tertiary: { background: `var(--${string})`; color: `var(--${string})`; selectors: { [x: string]: { background: `var(--${string})`; color: `var(--${string})`; }; }; }; quaternary: { background: `var(--${string})`; color: `var(--${string})`; selectors: { [x: string]: { background: `var(--${string})`; color: `var(--${string})`; }; }; }; }; }>; export declare const lg_hero_eyebrow: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { color: `var(--${string})`; selectors: { [x: string]: { color: `var(--${string})`; }; }; }; secondary: { color: `var(--${string})`; selectors: { [x: string]: { color: `var(--${string})`; }; }; }; tertiary: { color: `var(--${string})`; selectors: { [x: string]: { color: `var(--${string})`; }; }; }; quaternary: { color: `var(--${string})`; selectors: { [x: string]: { color: `var(--${string})`; }; }; }; }; }>; export declare const lg_headline_text: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { color: `var(--${string})`; selectors: { [x: string]: { color: `var(--${string})`; }; }; }; secondary: { color: `var(--${string})`; selectors: { [x: string]: { color: `var(--${string})`; }; }; }; tertiary: { color: `var(--${string})`; selectors: { [x: string]: { color: `var(--${string})`; }; }; }; quaternary: { color: `var(--${string})`; selectors: { [x: string]: { color: `var(--${string})`; }; }; }; }; }>; export declare const lg_hero_img: string; export declare const lg_hero_sizing: string; export declare const video_wrapper: string; export declare const player: string; export declare const placement: import('@vanilla-extract/recipes').RuntimeFn<{ position: { "top left": { "@media": { "(min-width: 1024px)": { borderRadius: "0 0 1rem 0"; left: number; top: number; }; }; }; "top right": { "@media": { "(min-width: 1024px)": { borderRadius: "0 0 0 1rem"; right: number; top: number; }; }; }; "bottom left": { "@media": { "(min-width: 1024px)": { borderRadius: "0 1rem 0 0"; bottom: number; left: number; }; }; }; "bottom right": { "@media": { "(min-width: 1024px)": { borderRadius: "1rem 0 0 0"; bottom: number; right: number; }; }; }; }; }>;