export declare class AvatarComponent {
    initials: string;
    backgroundColor: string;
    textColor: string;
}
