import React from 'react'; import type { PolymorphicProps, PolymorphicComponent } from '../../utils/polymorphicComponent'; type BreadcrumbLinkProps = PolymorphicProps>; declare const BreadcrumbLink: PolymorphicComponent; export default BreadcrumbLink;