import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges } from '@angular/core'; import { NzConfigKey, NzConfigService } from 'ng-zorro-antd/core/config'; import { NgClassInterface, NumberInput, NzShapeSCType, NzSizeLDSType } from 'ng-zorro-antd/core/types'; import * as i0 from "@angular/core"; export declare class NzAvatarComponent implements OnChanges, AfterViewInit { nzConfigService: NzConfigService; private elementRef; private cdr; static ngAcceptInputType_nzGap: NumberInput; readonly _nzModuleName: NzConfigKey; nzShape: NzShapeSCType; nzSize: NzSizeLDSType | number; nzGap: number; nzText?: string; nzSrc?: string; nzSrcSet?: string; nzAlt?: string; nzIcon?: string; readonly nzError: EventEmitter; hasText: boolean; hasSrc: boolean; hasIcon: boolean; classMap: NgClassInterface; customSize: string | null; textEl?: ElementRef; private el; constructor(nzConfigService: NzConfigService, elementRef: ElementRef, cdr: ChangeDetectorRef); imgError($event: Event): void; ngOnChanges(): void; ngAfterViewInit(): void; private calcStringSize; private setSizeStyle; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }