export interface EclBreadcrumb { label?: string; href: string; isCurrent?: boolean; isHidden?: boolean; } //# sourceMappingURL=ecl-breadcrumb.model.d.ts.map