import { AnyAction } from 'redux'; import { EditorState } from '../../types/editor'; export declare const rawEditableReducer: (state: EditorState, action: AnyAction) => { cells: import("../../types/editable").AbstractCell[]; cellOrder: any; }; export declare const editable: (state: EditorState, action: AnyAction) => { cells: import("../../types/editable").AbstractCell[]; cellOrder: any; }; //# sourceMappingURL=index.d.ts.map