export * from './Avatar.context';
export * as Avatar from './Avatar.parts';
export * as AvatarProps from './Avatar.props';
export { AvatarFallback, defaultFallbackProps } from './fallback';
export { AvatarImage, defaultImageProps } from './image';
export { AvatarRoot, defaultRootProps } from './root';
export type * from '@primereact/types/primitive/avatar';
