type $$ComponentProps = { src?: string; alt?: string; name?: string; size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl'; status?: 'online' | 'offline' | 'busy' | 'away' | null; }; declare const AvatarStory: import("svelte").Component<$$ComponentProps, {}, "">; type AvatarStory = ReturnType; export default AvatarStory;