import React from 'react'; import type { OldBreadcrumbItem, OldBreadcrumbProps } from './converter.old'; export type BreadcrumbItem = OldBreadcrumbItem; export type BreadcrumbProps = OldBreadcrumbProps; export declare const Breadcrumb: React.FC;