import type { ComponentPropsWithoutRef } from 'react'; type BreadcrumbsProps = ComponentPropsWithoutRef<'nav'>; declare function BreadcrumbsRoot({ 'aria-label': ariaLabel, children, className, ...props }: BreadcrumbsProps): import("react/jsx-runtime").JSX.Element; export default BreadcrumbsRoot; export type { BreadcrumbsProps };