import { EventEmitter } from '@angular/core'; export declare class NavigationEmitterService { data: EventEmitter<{}>; notify(data: any): void; }