import { HttpClient } from "@angular/common/http"; import { WidgetModel, DashboardModel, DashboardComponentModel } from "./models/dashboard"; import { PublicService } from "./public.service"; import { BaseAuthService } from "./base-auth.service"; import * as i0 from "@angular/core"; export declare class DashboardService extends BaseAuthService { publicService: PublicService; private httpClient; protected env: any; constructor(publicService: PublicService, httpClient: HttpClient, env: any); protected getBasePath(): string; getWidgets(): import("rxjs").Observable; getDashboardsRaw(): import("rxjs").Observable; getDashboards(): import("rxjs").Observable; getDashboard(id: any): import("rxjs").Observable; getWidget(id: any): import("rxjs").Observable; getPlugin(id: any): import("rxjs").Observable; postDashboard(dashboard: any): import("rxjs").Observable; putDashboard(id: any, dashboard: any): import("rxjs").Observable; getPhotoURL(photo: string, photoFileName: string): string; postFile(menuId: string, menuDashboardId: string, fileToUpload: File): import("rxjs").Observable; getGraph(body: any): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }