import { BotContext } from '@/types'; type Props = { streamingMessageId: string; context: BotContext; }; export declare const StreamingBubble: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=StreamingBubble.d.ts.map