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<any>;
    solutionVideoPlayer: ElementRef;
    showVideoSolution: boolean;
    previousActiveElement: HTMLElement;
    constructor(utilService: UtilService);
    closeSolution(): void;
    ngAfterViewInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<McqSolutionsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<McqSolutionsComponent, "quml-mcq-solutions", never, { "question": { "alias": "question"; "required": false; }; "options": { "alias": "options"; "required": false; }; "solutions": { "alias": "solutions"; "required": false; }; "baseUrl": { "alias": "baseUrl"; "required": false; }; "media": { "alias": "media"; "required": false; }; "identifier": { "alias": "identifier"; "required": false; }; }, { "close": "close"; }, never, never, false, never>;
}
