import React from 'react'; import type { SwitchProps as AntSwitchProps } from 'antd-mobile/es/components/switch'; import './index.less'; export declare type SwitchProps = AntSwitchProps; /** * @Author: wangyi * @Date: 2022-03-26 */ declare const Switch: React.FC; export default Switch;