export declare module TextTranslatorLocalization { const namespace = "Omnia.Ux.TextTranslator"; interface locInterface { translate: string; allLanguages: string; showDefaultLanguages: string; } }