import { ActivatedRoute, Router } from '@angular/router'; import { LightBoxTitleTexts } from '../../../../../common/config/public/ClientConfig'; export declare class LightboxService { private route; private router; private subscription; constructor(route: ActivatedRoute, router: Router); private _slideshowSpeed; get slideshowSpeed(): number; set slideshowSpeed(value: number); private _playback; get playback(): boolean; set playback(value: boolean); private _facesAlwaysOn; get facesAlwaysOn(): boolean; set facesAlwaysOn(value: boolean); private _loopVideos; get loopVideos(): boolean; set loopVideos(value: boolean); private _loopSlideshow; get loopSlideshow(): boolean; set loopSlideshow(value: boolean); private _captionAlwaysOn; get captionAlwaysOn(): boolean; set captionAlwaysOn(value: boolean); private _controllersDimmed; get controllersDimmed(): boolean; set controllersDimmed(value: boolean); private _topLeftTitle; get topLeftTitle(): LightBoxTitleTexts[]; set topLeftTitle(value: LightBoxTitleTexts[]); private _topLeftSubtitle; get topLeftSubtitle(): LightBoxTitleTexts[]; set topLeftSubtitle(value: LightBoxTitleTexts[]); private _bottomLeftTitle; get bottomLeftTitle(): LightBoxTitleTexts[]; set bottomLeftTitle(value: LightBoxTitleTexts[]); private _bottomLeftSubtitle; get bottomLeftSubtitle(): LightBoxTitleTexts[]; set bottomLeftSubtitle(value: LightBoxTitleTexts[]); ngOnDestroy(): void; private updateQuery; private serializeTitles; private parseTitles; }