import { EngieTemplateDirective } from '../../directives/engie-template.directive'; import * as i0 from "@angular/core"; export declare class BreadcrumbComponent { /** * Describes the navigation to screen reader users (who navigate the page using landmarks) * * @default "Breadcrumbs" */ ariaLabel: import("@angular/core").InputSignal; /** * Accessible text alternative for the "show more" button when the breadcrumb is minified. * * @default "Show hidden items" */ showMoreLabel: import("@angular/core").InputSignal; protected contentTemplates: import("@angular/core").Signal; protected itemsTemplates: import("@angular/core").Signal[]>; protected shouldHideOverflowItems: import("@angular/core").WritableSignal; protected isMinified: import("@angular/core").Signal; protected minifiedLeftItemTemplate: import("@angular/core").Signal | undefined>; protected minifiedRightItemTemplate: import("@angular/core").Signal | undefined>; private allItemElements; private itemClassEffect; /** * Show all breadcrumb items * * @ignore */ seeAll(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }