import { SortState, TableColumn } from './types'; export declare function getEnabledRowIds(rows: T[], getRowId: (row: T) => string, getIsRowDisabled?: (row: T) => boolean, getIsRowCheckable?: (row: T) => boolean): string[]; export declare function tableSortFunction(data: T[], { columnId, direction }: SortState, columns: TableColumn[], Collator: Intl.Collator): T[]; //# sourceMappingURL=utils.d.ts.map