import { ComponentProps, FunctionComponent, PropsWithChildren } from 'react'; import NextLink from 'next/link'; export declare const Link: FunctionComponent>>;