import { ReferenceObject, TableColumn, TablePagination, TableSorting } from "../types"; export declare function sortObjects(rows: T[], columns: TableColumn[], tablePagination: Pick, tableSorting: TableSorting): T[];