import type { JSX } from 'react';
export declare function Breadcrumbs(props: {
    className?: string;
}): JSX.Element | null;
