export declare class CometChatCallDetailsOption { customView?: any; tail?: any; id?: string; title?: string; iconURL?: string; titleFont?: string; titleColor?: string; backgroundColor?: string; iconTint?: string; onClick?: ((callLog: any) => void) | null; constructor(props: Partial); } //# sourceMappingURL=CometChatCallDetailsOption.d.ts.map