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