import{type TemplateResult}from'lit';import{LyraElement}from'../../../internal/lyra-element.js'; /** * `` — a responsive navigation trail. * * @customElement lr-breadcrumb * @slot - `` children. * @slot separator - Decorative visual separator copied into each item that does not provide its own * separator. Generated copies are inert and aria-hidden, with identifiers, ID references, form * associations, and submission attributes removed. Source mutations patch identity-compatible * copies in place; do not use this slot for interactive content or form controls. * @csspart base - Compatibility name for the navigation wrapper; use `breadcrumb`. * @csspart breadcrumb - The navigation wrapper. It is the same node as `base`. * @csspart list - The `role="list"` flex row wrapping the slotted items. * @status stable * @since 4.0.0 */ export declare class LyraBreadcrumb extends LyraElement{static styles:import("lit").CSSResultGroup[]; /** Accessible-name override for the trail, mapped to the host's `aria-label` attribute the same * way every other Lyra component spells this member. The `