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