import Tailwind from '../base/tailwind-base'; /** * @tag plus-breadcrumb * * Displays a hierarchical navigation path, typically showing the user's location within a site or app. * It uses `plus-breadcrumb-item` components slotted inside for each step in the path. * * @slot - Default slot for `plus-breadcrumb-item` elements. * * @csspart base - The main container element (`nav`). */ export declare class PlusBreadcrumb extends Tailwind { private _items; /** Defines the visual style of the breadcrumb container. */ kind: 'non-framed' | 'framed'; /** The type of separator to display between items. */ separator: 'arrow' | 'slash'; /** The size of the breadcrumb items and separators. */ size: 'sm' | 'md' | 'lg'; private handleSlotChange; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=breadcrumb.d.ts.map