type $$ComponentProps = { max?: number; size?: 'xs' | 'sm' | 'md' | 'lg'; }; declare const AvatarGroupStory: import("svelte").Component<$$ComponentProps, {}, "">; type AvatarGroupStory = ReturnType; export default AvatarGroupStory;