import Component from '../../components/breadcrumb/breadcrumb.component.js'; /** * @summary A single breadcrumb item used inside `terra-breadcrumbs`. * @documentation https://terra-ui.netlify.app/components/breadcrumb * @status stable * @since 1.0 * * @slot - The default slot. * * @csspart base - The component's base wrapper. * @csspart link - The breadcrumb link element. * @csspart label - The breadcrumb label element when not a link. * * @cssproperty --terra-breadcrumb-color - The text color of inactive breadcrumbs. * @cssproperty --terra-breadcrumb-color-current - The text color of the current (last) breadcrumb. * @cssproperty --terra-breadcrumb-color-visited - The text color of visited breadcrumb links. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;