import React from "react"; import type { DragConfig } from "./type"; export declare const useDrag: (config: DragConfig) => { onMouseDown: React.MouseEventHandler; };