/// <reference types="react" />
import { IPropsItem } from '../../types';
export default function BreadcrumbItem(props: IPropsItem): JSX.Element;
