import { InjectionToken } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; import { Observable } from 'rxjs'; import { AngularRouteComponentOptions } from '../types'; import { HeaderTab } from '../../shared/components/page-header-tabs/page-header-tabs.component'; import { PageService } from '../../providers/page/page.service'; import { PageLocationId } from '../../common/component-registry-types'; import * as i0 from "@angular/core"; export declare const ROUTE_COMPONENT_OPTIONS: InjectionToken; export declare class RouteComponent { private route; private pageService; protected title$: Observable; protected locationId: PageLocationId; protected description: string; headerTabs: HeaderTab[]; constructor(route: ActivatedRoute, pageService: PageService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }