import React from "react"; import { BreadcrumbsProps } from "./types"; declare const Breadcrumbs: React.FC; export default Breadcrumbs;