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