/**
 * @license
 * Copyright (c) 2000 - 2024 Vaadin Ltd.
 *
 * This program is available under Vaadin Commercial License and Service Terms.
 *
 *
 * See https://vaadin.com/commercial-license-and-service-terms for the full
 * license.
 */
import type { AvatarGroup } from '@vaadin/avatar-group/src/vaadin-avatar-group.js';

/**
 * @deprecated Import `AvatarGroup` from `@vaadin/avatar-group` instead.
 */
export type AvatarGroupElement = AvatarGroup;

/**
 * @deprecated Import `AvatarGroup` from `@vaadin/avatar-group` instead.
 */
export const AvatarGroupElement: typeof AvatarGroup;

export * from '@vaadin/avatar-group/src/vaadin-avatar-group.js';
