import * as React from 'react'; declare function Breadcrumb({ ...props }: React.ComponentPropsWithoutRef<'nav'>): import("react/jsx-runtime").JSX.Element; declare function BreadcrumbList({ className, ...props }: React.ComponentPropsWithoutRef<'ol'>): import("react/jsx-runtime").JSX.Element; declare function BreadcrumbItem({ className, ...props }: React.ComponentPropsWithoutRef<'li'>): import("react/jsx-runtime").JSX.Element; declare function BreadcrumbLink({ asChild, className, ...props }: React.ComponentPropsWithoutRef<'a'> & { asChild?: boolean; }): import("react/jsx-runtime").JSX.Element; declare function BreadcrumbPage({ className, ...props }: React.ComponentPropsWithoutRef<'span'>): import("react/jsx-runtime").JSX.Element; declare function BreadcrumbSeparator({ children, className, ...props }: React.ComponentPropsWithoutRef<'li'>): import("react/jsx-runtime").JSX.Element; declare function BreadcrumbEllipsis({ className, ...props }: React.ComponentPropsWithoutRef<'span'>): import("react/jsx-runtime").JSX.Element; export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, };