import * as React$1 from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import * as SwitchPrimitive from "@radix-ui/react-switch"; //#region src/react/ui/switch.d.ts /** Toggle control for switching between on and off states */ declare function Switch({ className, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; //#endregion export { Switch }; //# sourceMappingURL=switch.d.ts.map