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