import { OnInit, ElementRef, AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ImageComponent implements OnInit, AfterViewInit { private el; url: string; placeholder: string; lazyLoad: boolean; width: string; height: string; isLoaded: boolean; constructor(el: ElementRef); ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }