import { OnInit, OnDestroy, ElementRef, EventEmitter } from '@angular/core'; import * as ɵngcc0 from '@angular/core'; export declare class DivMoveDirective implements OnInit, OnDestroy { private element; isHead: boolean; pos: any; noMove: boolean; move: EventEmitter; nativeElement: any; mouseDown$: any; mouseMove$: any; mouseUp$: any; sub$: any; constructor(element: ElementRef); ngOnInit(): void; getPos(nativeElement: any): any; setPos(nativeElement: any, pos: any): void; toNumber(str: any): number; ngOnDestroy(): void; static ɵfac: ɵngcc0.ɵɵFactoryDef; static ɵdir: ɵngcc0.ɵɵDirectiveDefWithMeta; } //# sourceMappingURL=divMove.directive.d.ts.map