///
export declare const Link: import("react").ForwardRefExoticComponent & import("react").AnchorHTMLAttributes & {
as?: keyof JSX.IntrinsicElements | undefined;
forwardedAs?: keyof JSX.IntrinsicElements | undefined;
}, "ref"> & {
fadeVisited?: boolean | undefined;
} & import("react").RefAttributes>;
//# sourceMappingURL=Link.d.ts.map