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