import type { BaseConfig, Row } from './types/internal';
declare const _default: (rows: Row[], config: BaseConfig) => number[];
/**
 * Calculates the vertical row span index.
 */
export default _default;
