import { Switch as SwitchPrimitive } from 'radix-ui'; import * as React from "react"; declare function Switch({ className, size, ...props }: React.ComponentProps & { size?: "sm" | "default"; }): import("react/jsx-runtime").JSX.Element; export { Switch }; //# sourceMappingURL=switch.d.ts.map