interface Props { class?: string; src?: string; alt?: string; fallback?: string; size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl'; 'aria-label'?: string; } declare const Avatar: import("svelte").Component; type Avatar = ReturnType; export default Avatar;