export declare class Avatar { hasError: boolean; image: string; alt: string; initials: string; shape: 'circle' | 'square' | 'rounded'; connectedCallback(): void; handleImageError(): void; render(): any; }