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