import { LinkProps } from 'next/link'; import React from 'react'; /** * Link component that handle route translations */ export declare const Link: React.FC>; export default Link;