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