import { FC } from 'react';
import { IWidgetProps } from '../../../..';
declare const FormItem: FC<IWidgetProps>;
export default FormItem;
