declare const whenDragged: (element: any, callback: any, { resizeable }?: { resizeable?: boolean; }) => void; export default whenDragged;