import BsBreadcrumbItem from "react-bootstrap/BreadcrumbItem"; import type { BsPrefixRefForwardingComponent } from "react-bootstrap/helpers"; import type { IBreadcrumbItemProps } from "./BreadcrumbItem.types"; declare const BreadcrumbItem: BsPrefixRefForwardingComponent; export default BreadcrumbItem;