import { ComponentPropsWithoutRef } from 'react'; import { Switch as UiSwitch } from '../ui/switch'; export interface SwitchProps extends ComponentPropsWithoutRef { } export declare const Switch: import("react").ForwardRefExoticComponent>;