import { Location } from '@angular/common';
import { NgDocNavigation } from '@ng-doc/app/interfaces';
import * as i0 from "@angular/core";
export declare class NgDocSidebarComponent {
    protected readonly location: Location;
    protected readonly context: import("@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>;
}
