import NextLinkImport from 'next/link.js'; import React from 'react'; declare const NextLink: React.ForwardRefExoticComponent, keyof NextLinkImport.LinkProps> & NextLinkImport.LinkProps & { children?: React.ReactNode | undefined; } & React.RefAttributes>; type Props = { /** * Disable the e.preventDefault() call on click if you want to handle it yourself via onClick * * @default true */ preventDefault?: boolean; } & Parameters[0]; export declare const Link: React.FC; export {}; //# sourceMappingURL=index.d.ts.map