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