import { BaseStyle } from '../Styles/BaseStyle'; import { CometChatMessageOption } from '@cometchat/uikit-resources'; /** * @class MessageBubbleConfiguration * @param {BaseStyle} style * @param {CometChatMessageOption} options * @param {any} leadingView * @param {any} headerView * @param {any} replyView * @param {any} threadView * * @param {string} moreIconURL * @param {any} footerView * * @param {number} topMenuSize * */ export declare class MessageBubbleConfiguration { messageBubbleStyle: BaseStyle; options: CometChatMessageOption[]; leadingView: any; headerView: any; replyView: any; contentView: any; threadView: any; footerView: any; moreIconURL: string; topMenuSize: number; constructor(props: Partial); } //# sourceMappingURL=MessageBubbleConfiguration.d.ts.map