import { CallLogHistoryStyle } from "../Styles/CallLogHistoryStyle"; import { DatePatterns } from "@cometchat/uikit-resources"; import { ListItemStyle } from "@cometchat/uikit-elements"; export declare class CallLogHistoryConfiguration { emptyStateView: any; errorStateView: any; loadingIconURL: string; loadingStateView: any; subtitleView: ((item: any) => any) | null; tailView: ((item: any) => any) | null; callLogRequestBuilder: any; onItemClick: ((item: any) => void) | null; backIconUrl: string; onBackClick: (() => void) | null; listItemStyle: ListItemStyle; datePattern: DatePatterns; dateSeparatorPattern: DatePatterns; callLogHistoryStyle: CallLogHistoryStyle; onError: ((error: CometChat.CometChatException) => void) | null; constructor(config: Partial); } //# sourceMappingURL=CallLogHistoryConfiguration.d.ts.map