import { OnInit } from '@angular/core'; export declare class NavbarComponent implements OnInit { showDropdown: boolean; dropdownLabel: any; currentUser: any; constructor(); ngOnInit(): void; openDropdown(): void; onSignout(): void; }