import { BubbleParams } from "../types"; export type BubbleProps = BubbleParams & { starterPrompts?: string[]; threadId?: string; title?: string; brandColor?: string; municipalityTitle?: string; municipalityLogoLink?: string; introTitle?: string; introSubtitle?: string; voiceInput?: boolean; fileUpload?: boolean; }; export declare const Bubble: (props: BubbleProps) => import("solid-js").JSX.Element; //# sourceMappingURL=Bubble.d.ts.map