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