import { FC } from 'react'; import type { Form, ModelForm } from '../models'; export declare const FormComp: FC
;