/**
 * this is necessary for the js/onObjectSwipe nodes to work
 */
export declare const EXAMPLE_TOUCH_ACTION_NONE = "\n<div id=\"my-viewer\"></div>\n\n<style>\n\t#my-viewer {\n\t\tposition: absolute;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\ttouch-action: none;\n\t}\n</style>\n";
