/// <reference types="react" />
import { I18n } from './I18n';
export declare const I18nContext: import("react").Context<I18n | undefined>;
