export type BotProps = { starterPrompts?: string[]; fontSize?: number; brandColor?: string; municipalityTitle?: string; municipalityLogoLink?: string; introTitle?: string; introSubtitle?: string; voiceInput?: boolean; fileUpload?: boolean; }; export declare const Bot: (props: BotProps) => import("solid-js").JSX.Element; //# sourceMappingURL=Bot.d.ts.map