import { FormItemProps } from 'antd'; import { FC } from 'react'; declare const FormItem: FC; export default FormItem;