import { UserMemberListType, UserPresencePlacement } from "@cometchat/uikit-resources"; import { AvatarStyle } from "@cometchat/uikit-elements"; export declare class UserMemberWrapperConfiguration { userMemberListType: UserMemberListType; onItemClick: (() => void) | null; listItemView: any; avatarStyle: AvatarStyle; statusIndicatorStyle: any; subtitleView: any; usersRequestBuilder: CometChat.UsersRequestBuilder; disableUsersPresence: boolean; userPresencePlacement: UserPresencePlacement; hideSeparator: boolean; loadingStateView: any; groupMemberRequestBuilder: CometChat.GroupMembersRequestBuilder; loadingIconURL: string; constructor(props: Partial); } //# sourceMappingURL=UserMemberWrapperConfiguration.d.ts.map