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