declare const useMove: (el: HTMLElement, moveOut: boolean, callback: Function, endCallback: Function, startCallback: Function) => void;
declare const useResize: (el: HTMLElement, callback: Function, endCallback: Function, startCallback: Function) => void;
export { useResize, useMove };
