import type { GridRowId } from '../types'; import type { Collection } from './types'; export declare function setSelection(renderedIds: GridRowId[], collection: Collection, selection: Set, rowIds: GridRowId | [fromId: GridRowId, toId: GridRowId], selectedValue: boolean, matchedIds?: Set | null): Set; //# sourceMappingURL=selection.d.ts.map