import { ElementRef } from '@angular/core'; export declare class ImageAutoFixDirective { private elementRef; width: number; height: number; element: any; constructor(elementRef: ElementRef); }