import { default as AvatarGroup } from '../avatar/avatar-group.vue';
import { ComponentPublicInstance } from 'vue';
export { AvatarGroup };
export { avatarGroupProps } from '../avatar/props';
export type AvatarGroupExposed = ComponentPublicInstance & InstanceType<typeof AvatarGroup>;
export type { AvatarGroupProps, AvatarGroupCProps } from '../avatar/props';
