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 }; //# sourceMappingURL=Switch.d.ts.map