declare const _default: (localeName: string | string[]) => void; /** * Invokes the `setLocale` method of the `intl` service. * * @function setLocale * @param {string|string[]} locale */ export default _default;