export declare const selection_headline_text: string; export declare const selection_section: string; export declare const selection_section_bg: string; export declare const selection_section_content: string; export declare const selection_section_icon: string; export declare const selection_section_icon_img: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { backgroundColor: `var(--${string})`; }; secondary: { backgroundColor: `var(--${string})`; }; tertiary: { backgroundColor: `var(--${string})`; }; quaternary: { backgroundColor: `var(--${string})`; }; }; }>;