/// import { FormComponent } from "../Form"; export declare function InsertDialog({ form: Form }: { form: FormComponent; }): JSX.Element;