import { OnInit } from '@angular/core'; import { AvatarSize } from '../avatar.component'; import * as i0 from "@angular/core"; export declare class AvatarCountryComponent implements OnInit { assetsPath: string; size: AvatarSize; code: string; constructor(assetsPath: string); ngOnInit(): void; get width(): 20 | 40 | 80; get height(): 20 | 40 | 80; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }