import { OnInit } from '@angular/core';
import { Observable } from 'rxjs';
import { AuthenticationService } from '../authentication.service';
import * as i0 from "@angular/core";
export declare class LoginMenuComponent implements OnInit {
    private authenticationService;
    isAuthenticated?: Observable<boolean>;
    userName?: Observable<string | undefined>;
    constructor(authenticationService: AuthenticationService);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<LoginMenuComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<LoginMenuComponent, "app-login-menu", never, {}, {}, never, never>;
}
