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<NgDocSidebarComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NgDocSidebarComponent, "ng-doc-sidebar", never, {}, {}, never, never, true, never>;
}

export { NgDocSidebarComponent };
