import type { Meta, StoryObj } from '@storybook/react';
import { CommunityBubble } from './CommunityBubble';
declare const meta: Meta<typeof CommunityBubble>;
export default meta;
declare type Story = StoryObj<typeof CommunityBubble>;
export declare const Base: Story;
