import { GridRowId } from './gridRows';
export declare type GridInputSelectionModel = GridRowId[] | GridRowId;
export declare type GridSelectionModel = GridRowId[];
