import * as SwitchPrimitives from "@radix-ui/react-switch"; import * as React from "react"; declare function Switch({ ref, className, ...props }: React.ComponentPropsWithoutRef & { ref?: React.RefObject | null>; }): import("react/jsx-runtime").JSX.Element; declare namespace Switch { var displayName: string | undefined; } export { Switch }; //# sourceMappingURL=switch.d.ts.map