export declare const bs_section: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { background: `var(--${string})`; color: `var(--${string})`; }; secondary: { background: `var(--${string})`; color: `var(--${string})`; paddingBlock: "48px"; }; tertiary: { background: `var(--${string})`; color: `var(--${string})`; paddingBlock: "48px"; }; quaternary: { background: `var(--${string})`; color: `var(--${string})`; paddingBlock: "48px"; }; }; }>; export declare const bs_wrapper: string; export declare const svg_logo: string; export declare const modifier: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { fill: "#1E3860"; }; secondary: { fill: "#1E3860"; }; tertiary: { fill: "#FFFFFF"; }; quaternary: { fill: "#FFFFFF"; }; }; }>; export declare const sec_title: 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 sec_subtitle: string; export declare const tablet_col: string; export declare const bs_image: string; export declare const bs_video: string; export declare const steps_wrapper: string; export declare const ol: string; export declare const ul: string; export declare const bs_btns: string; export declare const bs_add_details: string;