import { ElementRef, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export interface BreadCrumbRoute { name: string; route: string; } export declare class EluxBreadcrumb implements OnChanges { private elementRef; routes: BreadCrumbRoute[]; showBreadcrumbDrop: boolean; constructor(elementRef: ElementRef); ngOnChanges(changes: SimpleChanges): void; toggleBreadcrumbDrop(): void; closeDropdown(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }