import { OnInit } from '@angular/core'; import { MenuItem, AppService, NavService, SettingService, AuthService, UserService } from '@lamnhan/ngx-useful'; import { DashboardService } from '../../services/dashboard/dashboard.service'; import * as i0 from "@angular/core"; export declare class HeaderComponent implements OnInit { readonly appService: AppService; readonly navService: NavService; readonly settingService: SettingService; readonly authService: AuthService; readonly userService: UserService; readonly dashboardService: DashboardService; menuItems: MenuItem[]; constructor(appService: AppService, navService: NavService, settingService: SettingService, authService: AuthService, userService: UserService, dashboardService: DashboardService); ngOnInit(): void; exitDashboard(): void; logOut(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }