import { OnInit } from '@angular/core'; import { Configurations } from '../../configurations'; import * as i0 from "@angular/core"; export declare class AvatarV2Component implements OnInit { avatarList: any[]; type: 'SINGLE_AVATAR' | 'MULTI_AVATAR'; imagePath: string; env: any; sliceCount: number; popoverSliceCount: number; showPopover: boolean; constructor(config?: Configurations); ngOnInit(): void; getSliceCount(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }