import { SortData } from './types'; export declare const defaultSortCallback: (itemA: T, itemB: T, sortData: SortData) => number;