import { Location } from '@angular/common'; export declare class Navbar { private _location; title: string; icon: string; constructor(_location: Location); canGoBack(): boolean; navigateBack($event: any): void; hasIcon(): boolean; } export declare class NavbarModule { }