import React from 'react'; import type { MessageBubbleProps } from '../../../../types/chat'; /*** * Message bubble pattern for chat UIs with direction and status styling. * */ export declare const MessageBubble: (props: MessageBubbleProps) => React.ReactElement | null; //# sourceMappingURL=MessageBubble.d.ts.map