import * as React from "react"; import * as SwitchPrimitives from "@radix-ui/react-switch"; declare const Switch: React.ForwardRefExoticComponent, "ref"> & { thumbClassName?: string; thumbChildren?: React.ReactNode; } & React.RefAttributes>; export { Switch }; //# sourceMappingURL=Switch.d.ts.map