/********** Angular **********/ import { OnInit } from "@angular/core"; import { Router } from '@angular/router'; /********** Ionic **********/ /********** Plugin **********/ /********** Component & Service **********/ import { ZCoreService, AuthService, FontAweSomeService, ZGroup } from 'mmhglobal-zcore'; import { ZComponentService } from "../services/zcomponent.service"; import { UiheaderService } from "./uiheader.service"; import * as i0 from "@angular/core"; export declare class UiheaderComponent implements OnInit { private router; private zcoreService; private authService; fontAweSomeService: FontAweSomeService; private componentService; private uiHeaderService; group: ZGroup; topFormHeader: string; private environment; isloading: boolean; profileImgUrl: string; usernameInitial: string; username: string; userDisplayName: string; showBulletinIcon: boolean; userPanelItems: any; private loadedEnvironmentProfileMenu; constructor(router: Router, zcoreService: ZCoreService, authService: AuthService, fontAweSomeService: FontAweSomeService, componentService: ZComponentService, uiHeaderService: UiheaderService); ngOnInit(): void; private setUserProfile; onDialItemClick(event: any): void; private navToUserProfile; private navLogout; navHome(): void; isMobileScreen(): boolean; onNavItemClick(navItem: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }