import { EditorService } from '../../services/editor/editor.service'; import * as i0 from "@angular/core"; export declare class PlayerService { private editorService; qumlPlayerSideMenuConfig: { enable: boolean; showShare: boolean; showDownload: boolean; showReplay: boolean; showExit: boolean; }; constructor(editorService: EditorService); /** * returns QUML player config details. */ getQumlPlayerConfig(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=player.service.d.ts.map