import { ABP, RouterEvents, RoutesService, SubscriptionService } from '@abp/ng.core'; import { ChangeDetectorRef, OnInit } from '@angular/core'; import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class BreadcrumbComponent implements OnInit { readonly cdRef: ChangeDetectorRef; private router; private routes; private subscription; private routerEvents; segments: Partial[]; constructor(cdRef: ChangeDetectorRef, router: Router, routes: RoutesService, subscription: SubscriptionService, routerEvents: RouterEvents); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }