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