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