import { AuthService, ConfigStateService, EnvironmentService, SessionStateService } from '@abp/ng.core'; import { Router } from '@angular/router'; import { eThemeMetronicComponents } from '../../enums/components'; export declare class CurrentUserComponent { private authService; private router; private sessionState; private configState; private environment; currentUser$: import("rxjs").Observable; selectedTenant$: import("rxjs").Observable; currentUserImageComponentKey: eThemeMetronicComponents; get smallScreen(): boolean; get manageProfileUrl(): string; get securityLogsUrl(): string; get issuer(): string; constructor(authService: AuthService, router: Router, sessionState: SessionStateService, configState: ConfigStateService, environment: EnvironmentService); initLogin(): void; logout(): void; } //# sourceMappingURL=current-user.component.d.ts.map