import type { GridRowId } from '../types'; import type { Collection } from './types'; export declare function selectionStatus(collection: Collection, selection: Set, rowId: GridRowId | null, matchedIds?: Set | null): 'all' | 'some' | 'none'; //# sourceMappingURL=selection-status.d.ts.map