export default function _default(group?: string): {
    localize: (key: any, parameters?: {}) => any;
    locale: any;
    getLocales: () => any;
    setLocale: (language: any) => void;
};
