import * as _ng_doc_app_interfaces from '@ng-doc/app/interfaces'; import { NgDocNavigation } from '@ng-doc/app/interfaces'; import { Location } from '@angular/common'; import * as i0 from '@angular/core'; declare class NgDocSidebarComponent { protected readonly location: Location; protected readonly context: _ng_doc_app_interfaces.NgDocContext; getNavigation(nav?: NgDocNavigation): NgDocNavigation[]; matchRoute(route: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { NgDocSidebarComponent };