export declare module LanguagePickerLocalization { const namespace = "Omnia.Ux.LanguagePicker"; interface locInterface { AllLanguages: string; } }