export declare const content_banner: 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 cb_eyebrow: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { background: `var(--${string})`; backgroundClip: "text"; WebkitTextFillColor: "transparent"; textShadow: "0px 0px #00000000"; }; secondary: { background: `var(--${string})`; backgroundClip: "text"; WebkitTextFillColor: "transparent"; textShadow: "0px 0px #00000000"; }; tertiary: { color: `var(--${string})`; }; quaternary: { color: `var(--${string})`; }; }; }>; export declare const push_down_24: string; export declare const section_pad: string; export declare const section_min_pad: string; export declare const body_copy: string; export declare const call_to_action_row: string; export declare const link: string;