import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AvatarComponent implements OnInit { imageSrc: string | null; name: string | null; size: 'xs' | 's' | 'm' | 'l'; tooltipEnabled: boolean; tooltipPosition: 'above' | 'below' | 'left' | 'right'; disabled: boolean; backgroundColor: string; ngOnInit(): void; get avatarSize(): string; getInitial(): string; getBackgroundColor(): string; get backgroundColorClass(): string; hashString(str: string): number; get avatarClasses(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }