import i18nEn from './i18n.en'; export type Translations = typeof i18nEn; export declare function getComponentClosestLanguage(element: HTMLElement): string; export declare function getLocaleComponentStrings(element: HTMLElement): any; export declare function replaceSubstringsWithObject(str: any, obj: any): any;