export declare const comparison_set: string; export declare const comparison: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { background: `var(--${string})`; border: "1px solid #D4D4D4"; color: "black"; "::before": { background: `var(--${string})`; }; }; secondary: { background: `var(--${string})`; color: "black"; "::before": { background: `var(--${string})`; }; }; tertiary: { background: `var(--${string})`; color: `var(--${string})`; "::before": { background: `var(--${string})`; }; }; quaternary: { background: `var(--${string})`; color: `var(--${string})`; "::before": { background: `var(--${string})`; }; }; }; }>; export declare const comparison_layout: string; export declare const headerComparison: string; export declare const comparison_feature: string; export declare const comparison_list: string; export declare const feature_title: string; export declare const feature_header: string; export declare const comparison_container: string; export declare const comparison_tab_container: string; export declare const comparison_content: string; export declare const comparison_buttons: string;