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