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<AvatarGroupStyle, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<AvatarGroupStyle>;
}
interface AvatarGroupStyle extends BaseStyle {
}

/**
 * AvatarGroup is a helper component for Avatar.
 * @group Components
 */
declare class AvatarGroup extends BaseComponent<AvatarGroupPassThrough> {
    componentName: string;
    $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<AvatarGroup, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AvatarGroup, "p-avatarGroup, p-avatar-group, p-avatargroup", never, { "styleClass": { "alias": "styleClass"; "required": false; }; "style": { "alias": "style"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.Bind; inputs: {}; outputs: {}; }]>;
}
declare class AvatarGroupModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<AvatarGroupModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarGroupModule, never, [typeof AvatarGroup, typeof i2.SharedModule], [typeof AvatarGroup, typeof i2.SharedModule]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<AvatarGroupModule>;
}

export { AvatarGroup, AvatarGroupClasses, AvatarGroupModule, AvatarGroupStyle };
