export declare module IdentityPickerLocalization { const namespace = "Omnia.Ux.IdentityPicker"; interface locInterface { AllUserTypes: string; ExtensionType: string; AllGroupTypes: string; DynamicGroup: string; AllIdentityTypes: string; SpecialUserType: string; SpecialIdentities: { CurrentUser: string; }; RemoveUser: string; PeoplePicker: string; SelectedUser: string; FindUser: string; FindGroup: string; FindUserOrGroup: string; SearchUserTooltip: string; NoItemsFound: string; Searching: string; ResultsFound: string; } }