/// <reference types="react" />
declare const TranslateContext: import("react").Context<{
    t: any;
}>;
export default TranslateContext;
