export type { IBreadcrumbProps, IBreadcrumbItemProps } from './types'; import type { IBreadcrumbComponentType } from './types'; declare const Breadcrumb: IBreadcrumbComponentType; export { Breadcrumb };