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