import type { ColumnsState } from '../container'; export declare const columnSort: (columnsMap: Record) => (a: any, b: any) => number;