interface ActionBubbleProps {
    messageText: string;
}
/**
 * CometChatActionBubble is a generic component used to show an action message
 */
declare const CometChatActionBubble: (props: ActionBubbleProps) => import("react/jsx-runtime").JSX.Element;
export { CometChatActionBubble };
