/// <reference types="react" />
declare const DNDTable: ({ data, columns, sortConfig, sortable, setSortConfig, loader, loading, onMove, dragEnable, noDataText, }: TableProps) => JSX.Element;
export default DNDTable;
