export { anatomy as avatarAnatomy } from '@zag-js/avatar'; export * as Avatar from './Avatar.js'; export * from './AvatarContext.svelte.js'; export type { AvatarFallbackProps } from './AvatarFallback.svelte'; export type { AvatarImageProps } from './AvatarImage.svelte'; export type { AvatarProps } from './AvatarRoot.svelte'; export * from './createAvatar.svelte.js';