export declare enum UserListItemAdditionalInformationType {
    ICON = "USER_LIST_ITEM_ICON",
    LABEL = "USER_LIST_ITEM_LABEL"
}
