export { default } from './Avatar'; export { default as AvatarAndSubavatar } from './AvatarAndSubavatar'; export { AvatarBase } from './AvatarBase'; export type { AvatarProps, AvatarSize, LegacySizeVariant, NormalizedAvatarProps, } from './avatarTypes'; export type { AvatarAndSubavatarProps } from './AvatarAndSubavatar';