import { GridSortDirection, GridSortModel } from '../../../models/gridSortModel'; import type { GridStateCommunity } from '../../../models/gridStateCommunity'; import type { GridValidRowModel, GridRowEntry } from '../../../models/gridRows'; /** * Get the id of the rows after the sorting process. * @category Sorting */ export declare const gridSortedRowIdsSelector: import("../../..").OutputSelector; /** * Get the id and the model of the rows after the sorting process. * @category Sorting */ export declare const gridSortedRowEntriesSelector: import("../../..").OutputSelector[]>; /** * Get the current sorting model. * @category Sorting */ export declare const gridSortModelSelector: import("../../..").OutputSelector; export type GridSortColumnLookup = Record; /** * @category Sorting * @ignore - do not document. */ export declare const gridSortColumnLookupSelector: import("../../..").OutputSelector;