import { ChangeDetectorRef, OnInit } from '@angular/core'; import { Router } from '@angular/router'; import { PghSsoConfig } from '../sso-logic/models'; import { PghSsoService } from '../sso-logic/sso.service'; import { PghDarkModeService } from '@tapsellorg/angular-material-library/src/lib/common'; import { Subject } from 'rxjs'; import * as i0 from "@angular/core"; declare const PghUserMenuComponent_base: (new (...args: any[]) => { _destroyed$: Subject; ngOnDestroy(): void; }) & (new (...args: any[]) => {}); export declare class PghUserMenuComponent extends PghUserMenuComponent_base implements OnInit { readonly ssoConfig: PghSsoConfig; private ssoService; private router; private cdr; private darkModeService; userEmail: import("@angular/core").WritableSignal; isAvatarNotLoaded: import("@angular/core").WritableSignal; userName: import("@angular/core").InputSignal; handleLogout: import("@angular/core").InputSignal; logout: import("@angular/core").OutputEmitterRef; _destroyed$: Subject; constructor(ssoConfig: PghSsoConfig, ssoService: PghSsoService, router: Router, cdr: ChangeDetectorRef, darkModeService: PghDarkModeService); ngOnInit(): void; onLogout(): void; toggleDarkMode(): void; get isDarkModeEnabled(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};