export declare class Locale { static commonAssetsPath: string; private static getLang; private static getStrings; static getComponentStrings(element: HTMLElement, folder?: string, component?: string): Promise; static format(text: string, parms: string[]): string; }