export function getLang(): any;
export function WrapLocaleReceiver(Component: any): (props: any) => React.JSX.Element;
export default mapLocale;
import React from "react";
declare const mapLocale: {
    'zh-cn': typeof zhCN;
    'zh-tw': typeof zhTW;
    en: typeof enUS;
    th: typeof thTH;
    ar: typeof arEG;
    ko: typeof koKR;
    es: typeof esES;
};
import zhCN from "../.octopus/zh-CN";
import zhTW from "../.octopus/zh-TW";
import enUS from "../.octopus/en-US";
import thTH from "../.octopus/th-TH";
import arEG from "../.octopus/ar-EG";
import koKR from "../.octopus/ko-KR";
import esES from "../.octopus/es-ES";
//# sourceMappingURL=I18N.d.ts.map