import { ObjectForExtending } from '../types'; export declare function createMergeByValueRowSpan(valueOf: (row: R) => unknown, rowsRef: { readonly current: readonly R[]; }): (cellInfo: { rowInd: number; }) => readonly [number, number] | null;