import type { WarpBreadcrumbs } from "./breadcrumbs.js"; /** * Shows the navigation structure for the current page. * * Renders direct child links and non-link elements as a breadcrumb trail, inserts separators between items, and exposes the trail as navigation. * * [Warp component reference](https://warp-ds.github.io/docs/components/breadcrumbs/frameworks/elements) */ export declare const Breadcrumbs: import("@lit/react").ReactWebComponent;