import * as SwitchPrimitives from '@radix-ui/react-switch'; declare const Switch: import("react").ForwardRefExoticComponent, "ref"> & { checked?: boolean; onCheckedChange?: (checked: boolean) => void; } & import("react").RefAttributes>; export { Switch }; //# sourceMappingURL=switch.d.ts.map