import { ElementRef, OnDestroy } from '@angular/core'; import { Subscription } from 'rxjs'; export declare class ZoomAndMoveDirective implements OnDestroy { private el; subscriptionDrag: Subscription; initWidth: any; subscriptionMouseWheel: Subscription; constructor(el: ElementRef); getDragAndMouseWheel(): void; ngOnDestroy(): void; }