import * as React from "react"; declare const Link: React.ForwardRefExoticComponent & { href: string; } & React.RefAttributes>; export default Link; //# sourceMappingURL=nextLink.d.ts.map