import { EventEmitter } from "@angular/core"; import * as i0 from "@angular/core"; export declare class DragDirective { onMouseDown: EventEmitter; onMouseUp: EventEmitter; onMouseEnter: EventEmitter; mouseDown(e: any): void; mouseEnter(e: any): void; getSortItem(e: any): { index: number; offset: { x: number; y: number; }; position: { x: number; y: number; }; width: number; height: number; mousePosition: { x: any; y: any; }; target: any; }; getSortItemEnter(e: any): { index: number; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }