/// <reference types="react" />
import { I18N } from "../i18n";
export declare const I18NContext: import("react").Context<I18N<any> | null>;
