import { InjectionToken } from '@angular/core'; export interface Navigation { deselectAll(): void; } export declare const NAVIGATION_TOKEN: InjectionToken;