export declare enum EFormEditorType {
    FIELDS = "FIELDS",
    NON_FIELDS = "NON_FIELDS"
}
export declare type TFormEditorType = EFormEditorType.FIELDS | EFormEditorType.NON_FIELDS;
