export declare enum DragTypes { RESIZE_LEFT = 0, RESIZE_RIGHT = 1, DRAG = 2 }