export declare const enum DragEvent { START = "__dragStart", END = "__dragEnd", MOVING = "__dragMoving", DROP = "__dragDrop" }