import { OnInit, ElementRef } from '@angular/core'; import { ToastrService } from 'ngx-toastr'; import { Router } from '@angular/router'; import { CommanServiceService } from '../comman-service/comman-service.service'; import { GlobleEnvService } from '../globle/globle-env.service'; import { NgxSpinnerService } from "ngx-spinner"; import * as i0 from "@angular/core"; export declare class EzHeaderComponent implements OnInit { private router; private toastr; private cs; globlEnv: GlobleEnvService; private spinnerService; constructor(router: Router, toastr: ToastrService, cs: CommanServiceService, globlEnv: GlobleEnvService, spinnerService: NgxSpinnerService); closebtn: ElementRef; cDate: Date; ds: string; uUsr: string; company: string; year: string; userDetails: any[]; historyLinkMap: {}; historyLink: any[]; cUrl: any; header: any; accMenuList: {}; flag: boolean; keyList: any[]; searchF: any; uname: any; qkSch: any; schId: any; sttsA: any; count: any; ntSch: boolean; srchCnt: number; cnt: number; feedbackComment: string; clickFilter(kc: any): void; backHome(): void; routehome(): void; packetLookupSrcCount(fglstr: any): void; logout(): void; refreshGetMenu(): void; menuList(): void; logOutBox(): void; ispasswordChange: boolean; ChangePassword(): void; passwordChange(): void; SavePassword(): void; ShowMenu(typ: any, menudtl: any): void; EditCompany(): void; rbi: string; bank: string; cutomimp: string; cutomexp: string; mdlk: any; ngOnInit(): void; OpenOption(): void; instructionVisible: boolean; currentInstructionMenu: any; showInstruction(menu: any): void; hideInstruction(): void; getInstruction(menu: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }