import { InputHTMLAttributes } from 'react'; export interface SwitchProps extends Omit, 'type' | 'size'> { label?: string; } export declare const Switch: import('react').ForwardRefExoticComponent>;