import { GridRowId } from './gridRows';
export type GridInputRowSelectionModel = readonly GridRowId[] | GridRowId;
export type GridRowSelectionModel = readonly GridRowId[];
