import type { Row } from 'react-table'; export type RowSpanHeaders = Array<{ cellIndex: number; cellValue: string; id: string; }>; export default function useRowSpan(hooks: any): void; export declare function prepareRowSpan(rows: Array>, index: number, rowSpanHeaders: RowSpanHeaders, groupKey?: keyof T): void; //# sourceMappingURL=useRowSpan.d.ts.map