declare const _default: {
    'ar-EG': {
        BackBottom: {
            newMsgOne: string;
            newMsgOther: string;
            bottom: string;
        };
        Time: {
            weekdays: string[];
            formats: {
                LT: string;
                lll: string;
                WT: string;
                YT: string;
            };
        };
        Composer: {
            send: string;
        };
        SendConfirm: {
            title: string;
            send: string;
            cancel: string;
        };
        RateActions: {
            up: string;
            down: string;
        };
        Recorder: {
            hold2talk: string;
            release2send: string;
            releaseOrSwipe: string;
            release2cancel: string;
        };
        Search: {
            search: string;
        };
    };
    'fr-FR': {
        BackBottom: {
            newMsgOne: string;
            newMsgOther: string;
            bottom: string;
        };
        Time: {
            weekdays: string[];
            formats: {
                LT: string;
                lll: string;
                WT: string;
                YT: string;
            };
        };
        Composer: {
            send: string;
        };
        SendConfirm: {
            title: string;
            send: string;
            cancel: string;
        };
        RateActions: {
            up: string;
            down: string;
        };
        Recorder: {
            hold2talk: string;
            release2send: string;
            releaseOrSwipe: string;
            release2cancel: string;
        };
        Search: {
            search: string;
        };
    };
    'en-US': {
        BackBottom: {
            newMsgOne: string;
            newMsgOther: string;
            bottom: string;
        };
        Time: {
            weekdays: string[];
            formats: {
                LT: string;
                lll: string;
                WT: string;
                YT: string;
            };
        };
        Composer: {
            send: string;
        };
        SendConfirm: {
            title: string;
            send: string;
            cancel: string;
        };
        RateActions: {
            up: string;
            down: string;
        };
        Recorder: {
            hold2talk: string;
            release2send: string;
            releaseOrSwipe: string;
            release2cancel: string;
        };
        Search: {
            search: string;
        };
    };
    'zh-CN': {
        BackBottom: {
            newMsgOne: string;
            newMsgOther: string;
            bottom: string;
        };
        Time: {
            weekdays: string[];
            formats: {
                LT: string;
                lll: string;
                WT: string;
                YT: string;
            };
        };
        Composer: {
            send: string;
        };
        SendConfirm: {
            title: string;
            send: string;
            cancel: string;
        };
        RateActions: {
            up: string;
            down: string;
        };
        Recorder: {
            hold2talk: string;
            release2send: string;
            releaseOrSwipe: string;
            release2cancel: string;
        };
        Search: {
            search: string;
        };
    };
};
export default _default;
