import { Form } from 'antd'; declare type FormItemType = typeof Form.Item; declare const FormItem: FormItemType; export default FormItem;