import { FC } from 'react'; import { BreadcrumbProps } from './Breadcrumb.types'; export declare const Breadcrumb: FC;