import { EventEmitter, ElementRef, AfterViewInit } from '@angular/core'; import { UtilService } from '../util-service'; import * as i0 from "@angular/core"; export declare class McqSolutionsComponent implements AfterViewInit { private utilService; question: any; options: any; solutions: any; baseUrl: string; media: any; identifier: string; close: EventEmitter; solutionVideoPlayer: ElementRef; showVideoSolution: boolean; previousActiveElement: HTMLElement; constructor(utilService: UtilService); closeSolution(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }