/// <reference types="react" />
declare function BreadcrumbComponent(props: any): JSX.Element;
export default BreadcrumbComponent;
