import * as LocalizationUtils from "./localizationUtils"; import * as Templates from "./templates"; export { LocalizationUtils, Templates }; export { Localization } from "./localization"; export { DefaultLocale, Locale } from "./locale";