import type { ChatMessage, TypingEmulation } from '@leapchat.io/schemas'; type Props = { message: ChatMessage; typingEmulation: TypingEmulation; onTransitionEnd: (offsetTop?: number) => void; }; export declare const HostBubble: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=HostBubble.d.ts.map