import { Router } from '@angular/router'; import { Preference } from '../models/dimension'; import { HttpClient } from '@angular/common/http'; import { ServiceProxyService } from './service-proxy.service'; import { StorageService } from './storage.service'; import { EventEmitterService } from './event-emitter-service'; import * as i0 from "@angular/core"; export declare class ReportService { private serviceProxy; private router; private storageService; private httpClient; private eventEmitterService; showGrid: boolean; counter: any; reportContainerHeight: any; getPublicViewData: any; editStoryNavigationFromMIne: boolean; constructor(serviceProxy: ServiceProxyService, router: Router, storageService: StorageService, httpClient: HttpClient, eventEmitterService: EventEmitterService); getDeskObjWrapper(type: any, objectId: any): any; doExport(request: any, methodName: any): import("rxjs").Observable; getPublicView(publicViewId: any, request?: any): any; verifyAccess(request: any): any; emitRouteChangeEvent(routeObj: any, selectedCategory?: any): void; getCount(): any; navigateToSpecificReport(routeObj: any): void; showGridImage(itemReport: any): boolean; getImageSrc(data: any, key: any, value: any): string; getImageSrcWithoutFallback(url: any): string; updatePreferences(action: Preference): void; setContainerHeight(height: any): void; getContainerHeight(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }