interface DChatBubbleProps {
    conversationID: string;
    className?: string;
}
declare const DChatBubble: (props: DChatBubbleProps) => import("react/jsx-runtime").JSX.Element | null;
export default DChatBubble;
//# sourceMappingURL=index.d.ts.map