import { TableRowDrag, TablePipeline } from '../interface'; declare function useRowDrag(pipeline: TablePipeline, rowDrag?: TableRowDrag): void; export default useRowDrag;