export { AvatarStack, type AvatarGroupProps } from './AvatarStack'; export { AvatarStackItem, type AvatarGroupStackItemProps } from './components'; export type { AvatarGroupSize, AvatarGroupVariant } from './types'; export { useAvatarGroupContext } from './contexts';