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