import { OnInit } from '@angular/core'; import { ProfileService } from '../../../services/models/profile.service'; import { BaseUserService } from '../../../services/user.service'; import { ProfileEntity } from '../../../types.service'; import { Subscription } from 'rxjs'; import * as i0 from "@angular/core"; export declare class AvatarComponent implements OnInit { private userService; private profileService; size: number; userID: string; currentUser: ProfileEntity; avatar: any; userSub: Subscription; constructor(userService: BaseUserService, profileService: ProfileService); ngOnInit(): Promise; ngOnDestroy(): void; setAvatar(user: ProfileEntity): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }