interface AudioBubbleProps {
    src: string;
    isSentByMe?: boolean;
}
declare const CometChatAudioBubble: (props: AudioBubbleProps) => import("react/jsx-runtime").JSX.Element;
export { CometChatAudioBubble };
