import { SetDisplayModeAction } from '../../../actions/display'; import { Row } from '../../../types/editable'; export declare const mergeRows: (state: Row[]) => any[]; export declare const splitRows: (state: Row[]) => any; export declare const mergeDecorator: (action: SetDisplayModeAction) => (state: Row[]) => any; //# sourceMappingURL=merge.d.ts.map