import * as React from "react"; import * as SwitchPrimitive from "@radix-ui/react-switch"; declare function Switch({ className, ...props }: React.ComponentProps): React.JSX.Element; export { Switch }; export * from "./variants.js"; //# sourceMappingURL=index.d.ts.map