import React from 'react'; interface SwitchProps extends React.InputHTMLAttributes { label?: string; } export declare const Switch: React.FC; export {};