import { Switch as SwitchPrimitive } from 'radix-ui';
import { ComponentProps } from 'react';
export declare const Switch: ({ className, ...props }: ComponentProps<typeof SwitchPrimitive.Root>) => import("react").JSX.Element;
