import { OnInit, EventEmitter } from '@angular/core'; import { EditorTelemetryService } from '../../services/telemetry/telemetry.service'; import { ConfigService } from '../../services/config/config.service'; import * as i0 from "@angular/core"; export declare class PublishChecklistComponent implements OnInit { telemetryService: EditorTelemetryService; configService: ConfigService; publishchecklist: any; actionType: any; objectType: string; publishEmitter: EventEmitter; isButtonEnable: boolean; fieldsAvailable: any; isClosable: boolean; constructor(telemetryService: EditorTelemetryService, configService: ConfigService); ngOnInit(): void; handlePopUpEvents(type: any, modal: any): void; onStatusChanges(event: any): void; valueChanges(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=publish-checklist.component.d.ts.map