import * as _ng_doc_app_interfaces from '@ng-doc/app/interfaces'; import * as i0 from '@angular/core'; import { OnInit, ViewContainerRef } from '@angular/core'; import { Routes, Router, ActivatedRoute } from '@angular/router'; import { NgDocPageType } from '@ng-doc/core/types'; declare class NgDocPageWrapperComponent implements OnInit { routes: Routes; headerContent: string; hasBreadcrumb: boolean; pageType: NgDocPageType; pageBreadcrumbs: ViewContainerRef; pageToc?: ViewContainerRef; pageNavigation: ViewContainerRef; protected skeleton: _ng_doc_app_interfaces.NgDocPageSkeleton; protected router: Router; protected route: ActivatedRoute; protected context: _ng_doc_app_interfaces.NgDocContext; private breadcrumbs; ngOnInit(): void; private navigationInputs; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { NgDocPageWrapperComponent };