/// <reference types="react" />
import { IProps } from '../types';
/**
 * 面包屑
 */
export default function Breadcrumb({ items, ...props }: IProps): JSX.Element | null;
