import { EventEmitter } from '@angular/core'; export declare class NavigationService { navigationChange: EventEmitter; private navigation; constructor(); getNavigation(): any[]; setNavigation(navigation: any[]): void; hasNavigationContent(): boolean; }