import { FC } from 'react'; import { IBreadcrumbItems } from './interface'; declare const BreadcrumbItem: FC; export default BreadcrumbItem;