export type { AvatarFallbackProps } from './anatomy/fallback.svelte'; export type { AvatarImageProps } from './anatomy/image.svelte'; export type { AvatarRootProps } from './anatomy/root.svelte'; export type { AvatarRootContextProps } from './anatomy/root-context.svelte'; export type { AvatarRootProviderProps } from './anatomy/root-provider.svelte'; export { Avatar } from './modules/anatomy.js'; export { useAvatar } from './modules/provider.svelte.js';