import type React from 'react'; export interface I18nLinkProps { to: string; children: React.ReactNode; [key: string]: any; } export declare const I18nLink: React.FC; export default I18nLink;