import { FC } from 'react'; import type { FormItemProps } from './PropsType'; declare const FormItem: FC; export default FormItem;