import React from "react"; import { SwitchFormItemProps } from "./PropsType"; import "./style/index.less"; declare const SwitchFormItem: React.FC; export default SwitchFormItem;