import { OnInit } from '@angular/core'; export declare class AvatarComponent implements OnInit { _round: boolean; src: string; alt: string; size: 'regular' | 'small' | 'big'; round: string | boolean; readonly isRegular: boolean; readonly isSmall: boolean; readonly isBig: boolean; constructor(); ngOnInit(): void; readonly classes: { round: boolean; }; }