import { Switch as SwitchPrimitive } from '@base-ui/react/switch'; import { type VariantProps } from 'class-variance-authority'; declare const switchVariants: (props?: ({ size?: "small" | "large" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export interface SwitchProps extends SwitchPrimitive.Root.Props, VariantProps { } export declare function Switch({ className, size, required, ...props }: SwitchProps): import("react/jsx-runtime").JSX.Element; export declare namespace Switch { var displayName: string; } export {}; //# sourceMappingURL=switch.d.ts.map