import * as react_jsx_runtime from 'react/jsx-runtime';
import * as SwitchPrimitive from '@radix-ui/react-switch';
import * as React from 'react';

declare function Switch({ className, ...props }: React.ComponentProps<typeof SwitchPrimitive.Root>): react_jsx_runtime.JSX.Element;

export { Switch };
