import React from 'react'; export declare const defaultLanguage: string; export declare const languages: string[]; export declare const I18nContext: React.Context; export default function I18n({ children, locale, lngDict }: { children: any; locale: any; lngDict: any; }): JSX.Element;