export declare const buttonWrapper: import('@vanilla-extract/recipes').RuntimeFn<{ active: { true: { backgroundColor: `var(--${string})`; color: `var(--${string})`; borderColor: `var(--${string})`; }; false: {}; }; size: { sm: { padding: `var(--${string})`; }; md: { padding: `var(--${string})`; }; lg: { padding: `var(--${string})`; }; }; }>; export declare const toggleSwitch: string; export type ButtonWrapperVariants = Parameters[0]; //# sourceMappingURL=toggle-button.css.d.ts.map