import * as React from 'react';
import { BaseLinkProps } from '../BaseLink';
export declare const CrumbLink: React.ForwardRefExoticComponent<Omit<BaseLinkProps, "ref"> & React.RefAttributes<HTMLAnchorElement>>;
//# sourceMappingURL=CrumbLink.d.ts.map