import type { DataTableSetupProps, UseRowDragDeps, UseRowDragReturn } from './interface'; export declare function useRowDrag(props: DataTableSetupProps, { paginatedDataRef, mergedCheckedRowKeySetRef, mergedClsPrefixRef }: UseRowDragDeps): UseRowDragReturn;