/** * @license Copyright © HatioLab Inc. All rights reserved. */ /** * method set target element to be able to respond longpress event * @param {HTMLElement} element target element */ export declare const longpressable: (element: HTMLElement) => void;