import Store from '@mjcloud/redux'; import { ReduceBase } from '@mjcloud/reduce'; import { IGridState, IGridInitialStateParams } from './typings'; export declare class GridReduce extends ReduceBase { initialState(store: Store, params: IGridInitialStateParams): IGridState; } declare const _default: GridReduce; export default _default;