import { OnDestroy } from '@angular/core'; import { BreadcrumbItem } from '../breadcrumb/breadcrumb-models'; import * as i0 from "@angular/core"; import * as i1 from "@seniorsistemas/angular-components/common/deprecated-selector"; export declare class DynamicBreadcrumbComponent implements OnDestroy { private readonly _activatedRoute; private readonly _router; homeUrl?: string; targetHomeUrl: string; items: BreadcrumbItem[]; title?: string; private readonly _ngUnsubscribe; constructor(); ngOnDestroy(): void; private _onNavigationEnd; private _getValidChildren; private _getCurrentTitle; private _getCurrentHome; private _getCurrentItems; private _getMenuItem; private _getTitle; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }