import { AnyAction } from 'redux'; import { Row } from '../../types/editable'; export declare const cell: (s: import("../../types/editable").AbstractCell, a: AnyAction) => import("../../types/editable").AbstractCell; export declare const cells: (s: import("../../types/editable").AbstractCell[], a: AnyAction) => import("../../types/editable").AbstractCell[]; export declare const row: (s: Row, a: AnyAction) => Row; export declare const rows: (s: Row[], a: AnyAction) => Row[]; //# sourceMappingURL=tree.d.ts.map