import { CometChatCallDetailsOption } from './CometChatCallDetailsOption'; export declare class CometChatCallDetailsTemplate { id?: string; title?: string; titleFont?: string; titleColor?: string; sectionSeparatorColor?: string; itemSeparatorColor?: string; hideSectionSeparator?: boolean; hideItemSeparator?: boolean; options?: ((loggedInUser: CometChat.User | null, group: CometChat.Group | null, section: string) => CometChatCallDetailsOption[]) | null; constructor(props: Partial); } //# sourceMappingURL=CometChatCallDetailsTemplate.d.ts.map