import { EventEmitter } from '@angular/core'; import { UxAppShellService } from '@eui/core'; import * as i0 from "@angular/core"; export declare class EuiAppSidebarHeaderUserProfileComponent { asServie: UxAppShellService; impersonateLabel: string; welcomeLabel: string; isOnline: boolean; toggle: EventEmitter; toggleProfile: boolean; constructor(asServie: UxAppShellService); get cssClasses(): any; getCssClasses(): string; onProfileClick(event: any): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }