import { EventEmitter, OnInit } from '@angular/core'; import { Subscription } from 'rxjs'; import { EditorService } from '../../../services/editor.service'; import { ValidatorService } from '../../../services/validator.service'; import * as i0 from "@angular/core"; export declare class PreviewWrapperComponent implements OnInit { private fd; private validator; question: any; questionIndex: number; makeActiveQuestion: EventEmitter; validQuestionData: EventEmitter; errorPresent: boolean; questionIndexSubscription: Subscription; viewComments: boolean; viewAttachments: boolean; viewMessage: boolean; constructor(fd: EditorService, validator: ValidatorService); ngOnInit(): void; editQuestion(): void; /** * Operation on click of save button */ checkForValidationStatus(mode?: any): Promise; showComments(): void; showAttachments(): void; showMessage(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }