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