import { AvatarStyle, ListItemStyle } from "@cometchat/uikit-elements"; import { CallLogParticipantsStyle } from "../Styles/CallLogParticipantsStyle"; import { DatePatterns } from "@cometchat/uikit-resources"; export declare class CallLogParticipantsConfiguration { backIconUrl: string; onBackClick: (() => void) | null; avatarStyle: AvatarStyle; onItemClick: ((item: any) => void) | null; datePattern: DatePatterns; listItemStyle: ListItemStyle; callLogParticipantsStyle: CallLogParticipantsStyle; listItemView: ((item: any) => any) | null; subtitleView: ((item: any) => any) | null; tailView: ((item: any) => any) | null; constructor(config: Partial); } //# sourceMappingURL=CallLogParticipantsConfiguration.d.ts.map