export declare type CommunityBubbleProps = {
    className?: string;
    i18n?: {
        title: string;
        subtitle: string;
    };
};
