import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const switchHandleThemeVars: { handleSize: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; export declare const switchButtonRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ size: { small: { width: number; height: number; vars: { [x: string]: string; }; }; medium: { width: number; height: number; vars: { [x: string]: string; }; }; large: { width: number; height: number; vars: { [x: string]: string; }; }; }; on: { true: string; false: string; }; }>; export type SwitchButtonVariants = RecipeVariants; export declare const switchHandleRoot: string; //# sourceMappingURL=Switch.css.d.ts.map