import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; import * as SwitchPrimitive from '@radix-ui/react-switch'; declare function Switch({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; export { Switch };