interface RichTextBubbleTextProps { buttonBubble?: React.ReactNode; } export declare function RichTextBubbleText({ buttonBubble }: RichTextBubbleTextProps): import("react/jsx-runtime").JSX.Element; export {};