import { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; args: { children: import("react/jsx-runtime").JSX.Element; onClick: import('@vitest/spy').Mock<(...args: any[]) => any>; }; tags: string[]; }; export default meta; type Story = StoryObj; export declare const Primary: Story; export declare const WithBadge: Story; export declare const WithHighCount: Story; export declare const WithAvatar: Story; export declare const Gallery: Story;