import { AfterViewInit, ElementRef, OnInit } from '@angular/core'; import { NavService } from '../nav.service'; import { NavItem } from '../nav-item.modal'; import * as i0 from "@angular/core"; export declare class DashboardComponent implements OnInit, AfterViewInit { private navService; appDrawer: ElementRef; Items: NavItem[]; title: string; DashboardClassName: string; constructor(navService: NavService); ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }