import { SwitchProps } from 'antd'; import './style/index.less'; declare function DSwitch(props: SwitchProps): JSX.Element; export default DSwitch;