import { SessionType } from "@openim/wasm-client-sdk";
interface ChatBubbleProps {
    conversationId: string;
    sourceID: string;
    sessionType: SessionType;
    className?: string;
}
declare const ChatBubble: ({ conversationId, sourceID, sessionType, className, }: ChatBubbleProps) => import("react/jsx-runtime").JSX.Element;
export default ChatBubble;
//# sourceMappingURL=ChatBubble.d.ts.map