import { OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AvatarComponent implements OnChanges { appearance: 'image' | 'neutral' | 'orange' | 'red' | 'magenta' | 'grape' | 'purple' | 'violet' | 'blue' | 'cyan' | 'teal' | 'aqua' | 'green' | 'emerald' | 'yellow' | 'brown'; empashis: 'low' | 'high'; shape: 'rounded' | 'square'; size: 'massive' | 'giant' | 'huge' | 'large' | 'medium' | 'small' | 'tenny' | 'tiny'; statusDot: boolean; imagePath: string; letters: string; skeleton: boolean; icon: string; iconColor: string; iconStyle: "duotone" | "linear" | "filled"; iconSize: 'xsm' | 'sm' | 'md' | 'lg' | 'xlg' | 'xxlg' | 'huge' | 'giant' | string; sizeDot: 'large' | 'medium' | 'small' | 'tenny' | 'tiny'; ngOnChanges(changes: SimpleChanges): void; setSizeComponentDot(): void; getStatusDotClass(): string; isImageAppearance(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }