import { AIAssistBotStyle, AIBotMessageBubbleStyle, AISenderMessageBubbleStyle } from "./AIAssistBotStyle"; import { AvatarStyle, TextInputStyle } from "@cometchat/uikit-elements"; export declare class AIAssistBotConfiguration { title?: (bot: CometChat.User) => string; botFirstMessageText?: (bot: CometChat.User) => string; apiConfiguration?: (bot?: CometChat.User, user?: CometChat.User, group?: CometChat.Group) => Promise; loadingIconURL?: string; errorIconURL?: string; closeIconURL?: string; sendIconURL: string; backIconURL?: string; errorStateView?: any; emptyStateView?: any; loadingStateView?: any; emptyIconURL?: string; botMessageBubbleStyle?: AIBotMessageBubbleStyle; senderMessageBubbleStyle?: AISenderMessageBubbleStyle; textInputStyle?: TextInputStyle; avatarStyle?: AvatarStyle; assistBotStyle?: AIAssistBotStyle; constructor(props: Partial); } //# sourceMappingURL=AIAssistBotConfiguration.d.ts.map