type Props = { message: string; showAvatar?: boolean; avatarSrc?: string; backgroundColor?: string; textColor?: string; }; export declare const BotBubble: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=BotBubble.d.ts.map