import { ShallowRef } from 'vue'; import { PrivateStkTableColumn, RowKeyGen, UniqKey } from './types'; export declare function useMaxRowSpan(props: any, tableHeaderLast: ShallowRef[]>, rowKeyGen: RowKeyGen, dataSourceCopy: ShallowRef): readonly [Map, () => void, () => number];