import { OnInit } from '@angular/core'; export declare class LetterAvatarComponent implements OnInit { text: string; letterQty: '1' | '2'; color: string; size: 'normal' | 'large'; letterAvatar: string; constructor(); ngOnInit(): void; }