export default function TranslatedLink({ children, count, i18nKey, to, ...otherProps }: { [x: string]: any; children: any; count?: number; i18nKey: any; to: any; }): JSX.Element;