import { AvatarGroup } from "./Avatar"; declare const _default: { title: string; component: typeof AvatarGroup; docs: { autodocs: boolean; }; argTypes: { avatars: { control: { type: string; }; description: string; }; maxAvatars: { control: { type: string; }; description: string; table: { type: { summary: string; }; defaultValue: { summary: number; }; }; }; size: { control: { type: string; options: string[]; }; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; tooltipPlacement: { control: { type: string; options: string[]; }; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; className: { control: { type: string; }; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; }; }; export default _default; export declare const AvatarGroupStory: import("@storybook/csf").StoryAnnotations;