export * as Avatar from './index.parts'; export type * from './root/AvatarRoot'; export type * from './image/AvatarImage'; export type * from './fallback/AvatarFallback'; export { useAvatarRootContext } from './root/AvatarRootContext'; //# sourceMappingURL=index.d.ts.map