import type { _ModuleWithoutApi } from 'ag-grid-community';
/**
 * @feature Editing -> Group Row Edit
 * Enables `groupRowEditable` and `groupRowValueSetter` on group rows.
 * When `groupRowEditable` is set but no `groupRowValueSetter` is provided,
 * the module supplies the builtin that distributes the edited value to
 * descendant rows.
 */
export declare const RowGroupingEditModule: _ModuleWithoutApi;
