import { CometChatDetailsOption } from './CometChatDetailsOption'; export declare class CometChatDetailsTemplate { 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, user?: CometChat.User | null) => CometChatDetailsOption[]) | null; constructor(props: Partial); } //# sourceMappingURL=CometChatDetailsTemplate.d.ts.map