import { TemplateRef } from '@angular/core'; import { DashboardConfig } from './core/config/dashboard.config'; import { JSON } from './core/json.type'; import * as i0 from "@angular/core"; export declare class DashboardComponent { breadcrumbs: TemplateRef; toolbar: TemplateRef; private view; config: DashboardConfig; nodes: any[]; showContainerBorderLine(): void; hideContainerBorderLine(): void; unSelectNode(): void; toJSON(): JSON; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }