import { default as React, FC } from 'react';
export declare const BreadcrumbItem: FC<React.LiHTMLAttributes<HTMLLIElement>>;
