declare const getLocaleText: (localeList: { value: string; }[]) => string; export { getLocaleText };