/// interface Props { list: any[]; } export declare function Breadcrumb(props: Props): JSX.Element; export {};