import type { GridRangeSelection } from '../../types'; export type GridRangeSelectionState = { controlled: boolean; enabled: boolean; rangeSelection: null | GridRangeSelection; rangeSelectionPreview: null | GridRangeSelection; }; declare const _default: import("../utils/createReducer").CreateReducerReturn; export default _default; export declare const selectRangeSelection: (state: GridRangeSelectionState) => GridRangeSelection | null; export declare const selectRangeSelectionPreview: (state: GridRangeSelectionState) => GridRangeSelection | null; export declare const selectIsSpreadsheet: (state: GridRangeSelectionState) => boolean; export declare const selectIsRangeSelectionControlled: (state: GridRangeSelectionState) => boolean; //# sourceMappingURL=range-selection.d.ts.map