/** * hook for getting current locale from context * that is synchronized in react * @returns {String} locale - currently selected locale */ declare const useLocale: () => import("../../constants/Locales").Locales; export { useLocale };