export declare const TOUCH_ACTION_COMPUTE = "compute";
export declare const TOUCH_ACTION_AUTO = "auto";
export declare const TOUCH_ACTION_MANIPULATION = "manipulation";
export declare const TOUCH_ACTION_NONE = "none";
export declare const TOUCH_ACTION_PAN_X = "pan-x";
export declare const TOUCH_ACTION_PAN_Y = "pan-y";
//# sourceMappingURL=touchaction-Consts.d.ts.map