import { FC } from "react"; import { FormItemPropsType } from "./interface"; declare const FormItem: FC; export default FormItem;