/** * Helper for handling drag&drop (through both mouse and touch). */ export declare const useOnMove: (trigger: HTMLElement, cb: (x: number, clickElement: HTMLElement) => void, root: HTMLElement) => void;