import { InputSubmitContent } from '@/types'; import type { ChatMessage, Settings } from '@indite.io/schemas'; type Props = { message: ChatMessage; typingEmulation: Settings['typingEmulation']; isTypingSkipped: boolean; onTransitionEnd?: (ref?: HTMLDivElement) => void; onCompleted: (reply?: InputSubmitContent) => void; }; export declare const HostBubble: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=HostBubble.d.ts.map