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