export { default } from './Avatar'; export type { AvatarProps, AvatarSize } from './type'; export { avatarClassNames } from './constants'; export type { AvatarClassNames } from './constants';