import Component from '../../components/breadcrumbs/breadcrumbs.component.js'; /** * @summary A collection of breadcrumb items that shows the current page's location in the site hierarchy. * @documentation https://terra-ui.netlify.app/components/breadcrumbs * @status stable * @since 1.0 * * @slot - The breadcrumb items. Typically `` elements. * * @csspart base - The component's base wrapper. * @csspart nav - The navigation container. * * @cssproperty --terra-breadcrumbs-gap - The space between breadcrumbs. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;