export * as Avatar from './UIAvatar.parts'; export { AvatarFallback, AvatarGroup, AvatarImage, AvatarProps, AvatarProvider, defaultFallbackProps, defaultGroupProps, defaultImageProps, defaultRootProps, useAvatarContext } from 'primereact/avatar'; export { UIAvatarRoot as AvatarRoot } from './root';