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