export { default } from './components/avatar-group';
export type { AvatarGroupProps } from './components/avatar-group';
export type { AvatarProps, AvatarGroupOverrides } from './components/types';
