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