import type { AvatarProps } from './type';
import Avatar from './Avatar.svelte';
import { avatar } from './theme';
export { Avatar, avatar, type AvatarProps };
