import { IKeyedColumnDefinition } from './types'; export declare const getSortedData: (sortByColumnDefinition: IKeyedColumnDefinition | undefined, sortDirections: Record, unsortedData: T[]) => T[];