export declare const CURSOR_GRABBING = "grabbing"; export declare const CURSOR_E_RESIZE = "e-resize"; export declare const CURSOR_S_RESIZE = "s-resize"; export declare const CURSOR_NOT_ALLOWED = "not-allowed"; export declare const CURSOR_POINTER = "pointer"; export declare const CURSOR_GRAB = "grab"; export declare const HOVER_BLOCKED = "blocked"; export declare const HOVER_BORDER_HORIZONTAL = "border-horizontal"; export declare const HOVER_BORDER_VERTICAL = "border-vertical"; export declare const DRAG_LAYER = "dragLayer"; export declare const DRAG_LAYER_BORDER = "editLayerBorder"; export declare const DRAG_START = "dragStart"; export declare const HOVER_LAYER = "layer";