import { EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { EditorService } from '../../services/editor/editor.service'; import { EditorTelemetryService } from '../../services/telemetry/telemetry.service'; import { ConfigService } from '../../services/config/config.service'; import { NgForm } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class HeaderComponent implements OnDestroy, OnInit { private editorService; telemetryService: EditorTelemetryService; configService: ConfigService; pageId: any; labelConfigData: any; buttonLoaders: any; publishchecklist: any; set requestChange(action: string); toolbarEmitter: EventEmitter; FormControl: NgForm; modal: any; qualityParamEmitter: EventEmitter; visibility: any; showPublishCollectionPopup: boolean; showRequestChangesPopup: boolean; rejectComment: string; actionType: string; objectType: string; sourcingStatusText: string; sourcingStatusClass: string; originPreviewUrl: string; correctionComments: string; constructor(editorService: EditorService, telemetryService: EditorTelemetryService, configService: ConfigService); ngOnInit(): Promise; handleActionButtons(): Promise; getSourcingData(): void; openRequestChangePopup(action: string): void; buttonEmitter(action: any): void; openPublishCheckListPopup(action: any): void; firstLevelPublish(): void; publishEmitter(event: any): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=header.component.d.ts.map