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