declare const useColumnSort: (columns: any) => { sortFns: {}; defaultSortFunction: {}; }; export default useColumnSort;