export declare enum CursorStyle { AllScroll = "all-scroll", Auto = "auto", Crosshair = "crosshair", EWResize = "ew-resize", Grab = "grab", Grabbing = "grabbing", Move = "move", NoDrop = "no-drop", NESWResize = "nesw-resize", NSResize = "ns-resize", NWSEResize = "nwse-resize", NotAllowed = "not-allowed", ZoomIn = "zoom-in", ZoomOut = "zoom-out" }