import { FC } from 'react'; import { SwitchInterface } from './switch.types'; export declare const Switch: FC;