import * as React from 'react'; import type { IBreadcrumbProps } from './Breadcrumb.types'; export declare const Breadcrumb: React.FunctionComponent;