import { EventEmitter, OnChanges } from '@angular/core'; import { EditorService } from '../../services/editor/editor.service'; import { TreeService } from '../../services/tree/tree.service'; import * as i0 from "@angular/core"; export declare class RelationalMetadataComponent implements OnChanges { private editorService; private treeService; contentMetadata: any; formConfig: any; contentId: any; statusChanges: EventEmitter; valueChanges: EventEmitter; formFieldProperties: any; constructor(editorService: EditorService, treeService: TreeService); ngOnChanges(): void; attachDefaultValues(): void; isReviewMode(): any; ifFieldIsEditable(fieldCode: any): boolean; onFormStatusChange(event: any): void; onFormValueChange(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=relational-metadata.component.d.ts.map