import type { ComponentPropsWithoutRef } from 'react'; type BreadcrumbsPageProps = ComponentPropsWithoutRef<'span'>; declare function BreadcrumbsPage({ className, ...props }: BreadcrumbsPageProps): import("react/jsx-runtime").JSX.Element; export default BreadcrumbsPage; export type { BreadcrumbsPageProps };