import { HttpClient } from "@angular/common/http"; import { PublicService } from "./public.service"; import { BaseAuthService } from "./base-auth.service"; import { DynamicDashboard, DynamicDashboardDashboards } from "./models/dynamicDashboard"; import * as i0 from "@angular/core"; export declare class DynamicDashboardService extends BaseAuthService { publicService: PublicService; private httpClient; protected env: any; constructor(publicService: PublicService, httpClient: HttpClient, env: any); protected getBasePath(): string; getDynamicDashboards(): import("rxjs").Observable; getDynamicDashboard(id: any): import("rxjs").Observable; getDynamicDashboardDashboards(id: any): import("rxjs").Observable; postDynamicDashboard(dynamicDashboard: any): import("rxjs").Observable; putDynamicDashboard(id: any, dynamicDashboard: any): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }