import { InputHTMLAttributes } from 'react'; export interface SwitchProps extends Omit, "type" | "size"> { label?: string; switchSize?: "sm" | "md"; } export declare const Switch: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=Switch.d.ts.map