import { EditorDialog } from "./EditorDialog";
export declare class FormDialog extends EditorDialog {
    readonly isRefreshNeeded: boolean;
}
