import { ElementRef, OnChanges, Renderer2, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ShAvatarComponent implements OnChanges { private renderer; shAvatar: ElementRef; shSrc?: string; shText?: string; shBackgroundColor: string; shColor: string; shAnimated: boolean; shShape: 'circle' | 'square'; shSize: 'sm' | 'md' | 'lg' | number; shOnload?: () => void; constructor(renderer: Renderer2); ngOnChanges(changes: SimpleChanges): void; private resetAvatarClass; handleLoad(): void; isNumeric(value: any): value is number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }