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