import { GridStateCommunity } from '../../../models/gridStateCommunity';
/**
 * Select the row editing state.
 */
export declare const gridEditRowsStateSelector: (state: GridStateCommunity) => import("../../..").GridEditingState;
