export declare function drag(container: HTMLElement, onMove: (x: number, y: number) => void): void;