import { BaseComponent } from 'primeng/basecomponent'; import * as i1 from 'primeng/bind'; import { Bind } from 'primeng/bind'; import { AvatarGroupPassThrough } from 'primeng/types/avatargroup'; import { BaseStyle } from 'primeng/base'; import * as i0 from '@angular/core'; import * as i2 from 'primeng/api'; /** * * A set of Avatars can be displayed together using the AvatarGroup component. * * [Live Demo](https://www.primeng.org/avatar/) * * @module avatargroupstyle * */ declare enum AvatarGroupClasses { root = "p-avatar-group" } declare class AvatarGroupStyle extends BaseStyle { name: string; classes: { root: string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } interface AvatarGroupStyle extends BaseStyle { } /** * AvatarGroup is a helper component for Avatar. * @group Components */ declare class AvatarGroup extends BaseComponent { $pcAvatarGroup: AvatarGroup | undefined; bindDirectiveInstance: Bind; onAfterViewChecked(): void; /** * Style class of the component * @group Props */ styleClass: string | undefined; /** * Inline style of the component. * @group Props */ style: { [klass: string]: any; } | null | undefined; get hostStyle(): { [klass: string]: any; } | null | undefined; _componentStyle: AvatarGroupStyle; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class AvatarGroupModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { AvatarGroup, AvatarGroupClasses, AvatarGroupModule, AvatarGroupStyle };