import { type BreadcrumbProps } from './breadcrumb.types.js'; export declare function Breadcrumb({ className, children, 'aria-label': ariaLabel, ...props }: BreadcrumbProps): import("react/jsx-runtime").JSX.Element;