import { Subject } from 'rxjs'; import { StorageService } from './storage.service'; import * as i0 from "@angular/core"; export declare class ViewModeService { private storageService; collapse: { leftPanel: boolean; rightPanel: boolean; leftLocalNav: boolean; bannerWithBurger: boolean; selector: boolean; reportNav: boolean; rightMiniPanel: boolean; noRightPanel: boolean; previousMode: string; currentMode: string; }; currentViewMode: any; sidepanelVisibilityChange: Subject; constructor(storageService: StorageService); collapseLeftPanel(): void; expandLeftPanel(): void; exploreScreen(): void; fullScreen(): void; pptScreen(): void; collapseRightPanel(): void; expandRightPanel(): void; noRightPanel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }