import React from 'react'; export interface IBreadcrumbProps { menuList?: any; } declare const Breadcrumb: React.FC; export default Breadcrumb;