import { LitElement } from 'lit'; /** * @element nve-avatar-group * @description An avatar group displays a collection of user avatars in a compact and organized layout, showcasing many participants or contributors in a space-efficient way. * @since 1.20.0 * @entrypoint \@nvidia-elements/core/avatar * @slot - `nve-avatar` elements that represent the group members. * @aria https://www.w3.org/WAI/ARIA/apg/patterns/alert/ * */ export declare class AvatarGroup extends LitElement { static styles: import("lit").CSSResult[]; static readonly metadata: { tag: string; version: string; }; /** @private */ _internals: ElementInternals; render(): import("lit").TemplateResult<1>; connectedCallback(): void; }