import { IAction, MessageType } from '../Bot'; import { DateTimeToggleTheme } from '@/features/bubble/types'; type Props = { message: MessageType; setMessages?: any; chatflowid: string; chatId: string; apiHost?: string; onRequest?: (request: RequestInit) => Promise; fileAnnotations?: any; showAvatar?: boolean; avatarSrc?: string; backgroundColor?: string; textColor?: string; chatFeedbackStatus?: boolean; fontSize?: number; feedbackColor?: string; isLoading: boolean; dateTimeToggle?: DateTimeToggleTheme; showAgentMessages?: boolean; sourceDocsTitle?: string; renderHTML?: boolean; handleActionClick: (label: string, action: IAction | undefined | null) => void; handleSourceDocumentsClick: (src: any) => void; chatwootUrl?: string; onConnectToHumanAdvisor?: (id: string, params?: any) => void; roomIds?: Record; question?: string; callBackIcon?: string; callBackFunction?: (e: any) => void; checkShowCallbackBtn?: boolean; setIsFeedbackDialogOpen?: (value: boolean) => void; }; export declare const BotBubble: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=BotBubble.d.ts.map