import { ActivatedRoute } from '@angular/router'; import { Observable } from 'rxjs'; import { PageLocationId } from '../../../common/component-registry-types'; import { PageService } from '../../../providers/page/page.service'; import { HeaderTab } from '../page-header-tabs/page-header-tabs.component'; import * as i0 from "@angular/core"; export declare class PageComponent { private route; private pageService; headerTabs: HeaderTab[]; protected locationId: PageLocationId; protected description: string; entity$: Observable<{ id: string; createdAt?: string; updatedAt?: string; } | undefined>; constructor(route: ActivatedRoute, pageService: PageService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }