export { default as Avatar } from './avatar.svelte';
export type { AvatarProps, AvatarSize } from './avatar.types';
