import { CommunityBubbleProps } from './CommunityBubble.props';
import './CommunityBubble.css';
export declare const CommunityBubble: (props: CommunityBubbleProps) => JSX.Element;
