import { type ElementType } from 'react'; import type { BreadcrumbItemProps } from './types'; /** * List item wrapper for breadcrumb content. Registers with the nearest * BreadcrumbList and reads its computed position in the trail from that list. */ export declare const BreadcrumbItem: { ({ as, children, ref, ...domProps }: BreadcrumbItemProps): import("react/jsx-runtime").JSX.Element; displayName: string; };