export declare enum CursorSprite {
    Normal = 1,
    LightArrow = 2,
    OpenHand = 3,
    GrabHand = 4,
    MiddleFinger = 5,
    LeftArrow = 6,
    RightArrow = 7,
    UpArrow = 8,
    DownArrow = 9,
    HorizontalDoubleArrow = 10,
    NormalWithPlus = 11,
    NormalWithMinus = 12
}
