export declare const set_container: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { background: `var(--${string})`; }; secondary: { background: `var(--${string})`; paddingBlock: "2.5rem"; }; tertiary: { background: `var(--${string})`; color: `var(--${string})`; paddingBlock: "2.5rem"; }; quaternary: { background: `var(--${string})`; color: `var(--${string})`; paddingBlock: "2.5rem"; }; }; }>; export declare const inline_container: string; export declare const set_container_cols: import('@vanilla-extract/recipes').RuntimeFn<{ columns: { 1: { gridTemplateColumns: "repeat(auto-fit, minmax(min(600px, 100%), 1fr))"; }; 2: { gridTemplateColumns: "repeat(auto-fit, minmax(min(350px, 100%), 1fr))"; }; 3: { gridTemplateColumns: "repeat(auto-fit, minmax(min(300px, 100%), 1fr))"; }; 4: { gridTemplateColumns: "repeat(auto-fit, minmax(min(250px, 100%), 1fr))"; }; }; }>; export declare const setcontainer_section_text: string; export declare const setcontainer_section_additionaltext: string; export declare const imageLinkContainer: string; export declare const set_logo: string; export declare const isolate_container: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { background: `var(--${string})`; "::before": { background: `var(--${string})`; }; }; secondary: { background: `var(--${string})`; "::before": { background: `var(--${string})`; }; }; tertiary: { background: `var(--${string})`; "::before": { background: `var(--${string})`; color: `var(--${string})`; }; }; quaternary: { background: `var(--${string})`; "::before": { background: `var(--${string})`; color: `var(--${string})`; }; }; }; }>;