import { AvatarGroupProps as UnStyledAvatarGroupProps } from '@sheinx/base'; export type BaseAvatarGroupProps = Omit; /** * @title Avatar.Group */ export type AvatarGroupProps = BaseAvatarGroupProps;