import { EventEmitter, OnInit } from '@angular/core'; import { EditorService } from '../../services/editor/editor.service'; import * as i0 from "@angular/core"; export declare class ProgressStatusComponent implements OnInit { private editorService; toolbarConfig: any; pageId: string; data: { criteria: string; maxScore: number; minScore: number; questionsCreated: number; isExpanded: boolean; }[]; expandedElement: string; assignPageEmitter: EventEmitter; constructor(editorService: EditorService); ngOnInit(): void; toolbarEventListener(event: any): void; redirectToQuestionSet(): void; expand(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=progress-status.component.d.ts.map