/** * The useDrag hook re-render item (in which the hook has been called) * Every time it is dragged/released. * The hook returns if the item is being dragged. * * @returns - If the item is being dragged. */ export declare function useDrag(): boolean;