import { EventEmitter } from '@angular/core'; /** * @group Avatar * @component Avatar * @description Standard avatar component with different sizes */ export declare class LaAvatarComponent { private _src; private _size; clicked: EventEmitter; onClick(): void; /** * path - to set image url */ src: string; /** * size of various size option of avatar: sm * md is default size */ size: string; }