import { ControllerService } from './controller.service';
import { DashboardProxyService } from './dashboard-proxy.service';
import { ModelService } from './model.service';
import * as i0 from "@angular/core";
export declare class DashboardService {
    private controller;
    model: ModelService;
    proxy: DashboardProxyService;
    private scriptLoaded;
    private script;
    private startScript;
    constructor(controller: ControllerService, model: ModelService, proxy: DashboardProxyService);
    addScript(): void;
    private startDashboards;
    get head(): HTMLHeadElement;
    static ɵfac: i0.ɵɵFactoryDeclaration<DashboardService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<DashboardService>;
}
