import { CallLogRecordingsStyle } from "../Styles/CallLogRecordingsStyle"; import { DatePatterns } from "@cometchat/uikit-resources"; import { ListItemStyle } from "@cometchat/uikit-elements"; export declare class CallLogRecordingsConfiguration { backIconUrl: string; onBackClick: (() => void) | null; onItemClick: ((item: any) => void) | null; datePattern: DatePatterns; listItemStyle: ListItemStyle; callLogRecordingsStyle: CallLogRecordingsStyle; downloadIconUrl: string; hideDownloadButton: boolean; onDownloadClick: ((item: any) => void) | null; listItemView: ((item: any) => any) | null; subtitleView: ((item: any) => any) | null; tailView: ((item: any) => any) | null; constructor(config: Partial); } //# sourceMappingURL=CallLogRecordingsConfiguration.d.ts.map