export declare enum EVENTS { DRAG_START = "DRAG_START", DRAG = "DRAG", DRAG_STOP = "DRAG_STOP" }