import type { Message } from "ai"; export declare function ChatMessageBubble(props: { message: Message; aiEmoji?: string; sources: any[]; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ChatMessageBubble.d.ts.map