import { OnInit } from '@angular/core'; import { ThfAvatarBaseComponent } from '@totvs/thf-core/components/thf-avatar-base'; /** * @extends ThfAvatarBaseComponent * * @example * * * * * * * * * */ export declare class ThfAvatarComponent extends ThfAvatarBaseComponent implements OnInit { private defaultSrc; ngOnInit(): void; onError(): void; }