import { AuthService, ConfigStateService, CurrentUserDto } from '@abp/ng.core'; import { Observable } from 'rxjs'; export declare class HeaderUserComponent { navigateToManageProfile: any; private authService; private configState; currentUser$: Observable; constructor(navigateToManageProfile: any, authService: AuthService, configState: ConfigStateService); navigateToLogin(): void; logout(): void; }