import { OnInit, EventEmitter, OnChanges, OnDestroy, AfterViewInit } from '@angular/core'; import { ViewerService } from '../services/viewer-service/viewer-service'; import * as i0 from "@angular/core"; export declare class HeaderComponent implements OnInit, OnChanges, AfterViewInit, OnDestroy { private viewerService; questions?: any; duration?: any; warningTime?: string; showWarningTimer?: boolean; disablePreviousNavigation: boolean; showTimer: boolean; totalNoOfQuestions: number; currentSlideIndex: number; active: boolean; initializeTimer: boolean; endPageReached: boolean; loadScoreBoard: boolean; replayed: boolean; currentSolutions: any; showFeedBack: boolean; disableNext?: boolean; startPageInstruction?: string; showStartPage?: boolean; attempts?: { max: number; current: number; }; showDeviceOrientation: boolean; showLegend: boolean; nextSlideClicked: EventEmitter; prevSlideClicked: EventEmitter; durationEnds: EventEmitter; showSolution: EventEmitter; toggleScreenRotate: EventEmitter; minutes: number; seconds: string | number; private intervalRef?; showWarning: boolean; isMobilePortrait: boolean; time: any; showProgressIndicatorPopUp: boolean; constructor(viewerService: ViewerService); ngOnInit(): void; ngOnChanges(): void; ngAfterViewInit(): void; ngOnDestroy(): void; nextSlide(): void; prevSlide(): void; timer(): void; showCountUp(): void; onAnswerKeyDown(event: KeyboardEvent): void; openProgressIndicatorPopup(): void; onKeydownHandler(event: KeyboardEvent): void; onProgressPopupClose(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }