import { MutableRefObject } from 'react'; import React from 'react'; import type { BubbleProps } from './type'; export declare const runRender: (render: any, props: BubbleProps, defaultDom: React.ReactNode, ...rest: undefined[]) => any; /** * AIBubble 组件 * * 显示AI助手发送的消息,采用左侧布局,支持完整交互功能 * * @example * ```tsx * * AI回复内容 * * ``` */ export declare const AIBubble: React.FC; }>;