import { ElementRef, Renderer2 } from '@angular/core'; import { AvatarImageService, ImageLoaderService } from '@rxap/services'; import { BackgroundImageDirective, BackgroundRepeatOptions, BackgroundSizeOptions } from './background-image.directive'; import * as i0 from "@angular/core"; export declare class AvatarBackgroundImageDirective extends BackgroundImageDirective { private readonly avatarImage; imageUrl: string | null | undefined; size: BackgroundSizeOptions; repeat: BackgroundRepeatOptions; constructor(host: ElementRef, renderer: Renderer2, imageLoader: ImageLoaderService, avatarImage: AvatarImageService); set name(name: string); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }