import { BotProps } from '@/window'; import { BubbleParams } from '../types'; export type BubbleProps = BotProps & BubbleParams; export declare const Bubble: (props: BubbleProps) => import("solid-js").JSX.Element; //# sourceMappingURL=Bubble.d.ts.map