import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class EcabsProfileComponent implements OnChanges { avatar: string; name: string; title: string; avatarChange: EventEmitter; useAvatar: boolean; initials: string; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }