export default function useTableSortBy(items: any, config?: null): { items: any; isSortedDesc: (columnName: any) => { flag: boolean | null; content: string; }; onSort: { onClick: (event: any) => void; }; }; //# sourceMappingURL=useTableSortBy.d.ts.map