import { ElementRef, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare enum EnumImageResolverType { AVATAR = "AVATAR", LOGO = "LOGO", OTHERS = "OTHERS" } export declare class ImageErrorResolverDirective implements OnDestroy { private el; type: EnumImageResolverType | string; isFemale: boolean; private ras; private appConfig; constructor(el: ElementRef); onError(): void; private resolveAvatar; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }