export declare module UserPropertyProviderLocalization {
    interface locInterface {
        UserPropertiesProvider: {
            Name: string;
            DescriptionProperty: string;
            UserTypeProperty: string;
        };
        UserPropertiesByMicrosoftGraphProvider: {
            Name: string;
            DescriptionProperty: string;
        };
        UserProperties: {
            BirthdayProperty: string;
            DateProperty: string;
            DateTimeProperty: string;
            EmailProperty: string;
            HtmlProperty: string;
            ImageProperty: string;
            MobileProperty: string;
            TermSetProperty: string;
            TextProperty: string;
            TimeProperty: string;
            UserIdentityProperty: string;
        };
        UserPropertiesByMicrosoftGraph: {
            BirthdayProperty: string;
            DateProperty: string;
            DateTimeProperty: string;
            EmailProperty: string;
            HtmlProperty: string;
            ImageProperty: string;
            MobileProperty: string;
            TermSetProperty: string;
            TextProperty: string;
            TimeProperty: string;
            UserIdentityProperty: string;
        };
        Tokens: {
            Username: string;
        };
    }
}
