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