export declare function nonPassiveTouch(node: HTMLElement, handler: (event: TouchEvent) => void): { destroy(): void; };