import type { WarpBreadcrumbItem } from "./breadcrumb-item.js"; /** * Represents one item in a `w-breadcrumbs` trail. * Renders the slotted label as a link when `href` is set, or as text when it is not, and adds a separator after non-current items. * * [Warp component reference](https://warp-ds.github.io/docs/components/breadcrumbs/frameworks/elements) */ export declare const BreadcrumbItem: import("@lit/react").ReactWebComponent;