export declare enum PointerType { TOUCH = 0, STYLUS = 1, MOUSE = 2, KEY = 3, OTHER = 4 }