import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core'; import { ActivatedRoute, Router } from '@angular/router'; import { RoutePartsService } from '../services'; import * as i0 from "@angular/core"; export declare class TakBreadcrumbComponent implements OnInit, OnDestroy { private router; private routePartsService; private _cd; private activeRoute; private _routeParts; private _routerEventSub; private _base; private _title; private _singleRoute; constructor(router: Router, routePartsService: RoutePartsService, _cd: ChangeDetectorRef, activeRoute: ActivatedRoute); ngOnInit(): void; private _generateTitle; ngOnDestroy(): void; get base(): string; get title(): string; get singleRoute(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }