import { CommandPaletteComponent } from '../command-palette.component'; import { CommandAction } from '../command-palette.service'; import * as i0 from "@angular/core"; export declare class BreadcrumbComponent { private commandPalette; breadcrumbs: { action: CommandAction; commands: CommandAction[]; destroying: boolean; selectedIndex: number; }[]; constructor(commandPalette: CommandPaletteComponent); selectBreadcrumb(crumb: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }