export declare const lp_theme: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { background: `var(--${string})`; }; secondary: { background: `var(--${string})`; }; tertiary: { background: `var(--${string})`; }; quaternary: { background: `var(--${string})`; }; }; }>; export declare const lp_container: string; export declare const spb_container: string; export declare const lp_hover: string; export declare const spb_hover: string; export declare const svg_fill: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { fill: `var(--${string})`; }; secondary: { fill: `var(--${string})`; }; tertiary: { fill: `var(--${string})`; }; quaternary: { fill: `var(--${string})`; }; }; }>; export declare const lp_login_button: string; export declare const mobile_only: string; export declare const desktop_only: string; export declare const btn_primary: string; export declare const btn_secondary: string;