export declare enum TouchPointState { TouchPointPressed = 1, TouchPointMoved = 2, TouchPointStationary = 4, TouchPointReleased = 8 }