import type { _RowSelectionGridApi } from '../api/gridApi';
import type { _ModuleWithApi, _ModuleWithoutApi } from '../interfaces/iModule';
/**
 * @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time.
 */
export declare const SharedRowSelectionModule: _ModuleWithApi<_RowSelectionGridApi>;
/**
 * @feature Selection -> Row Selection
 */
export declare const RowSelectionModule: _ModuleWithoutApi;
