import { OnInit } from '@angular/core'; import { ToastrService } from 'ngx-toastr'; import { CommanServiceService } from '../comman-service/comman-service.service'; import { GlobleEnvService } from '../globle/globle-env.service'; import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class LogoutComponent implements OnInit { private router; private cs; private toastr; private globlEnv; constructor(router: Router, cs: CommanServiceService, toastr: ToastrService, globlEnv: GlobleEnvService); header: any; logidn: any; clientKey: any; logout(): void; logoutNo(): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }