import type { RowObject, RowData } from './translateRowObj'; import type { TYPES } from '@visactor/vtable'; export declare const generateAutoFillData: (originalData: RowObject[] | RowData[][], columns: TYPES.CellInfo[], startRange: { startRow: number; startCol: number; endRow: number; endCol: number; }, currentEnd: { row: number; col: number; }) => RowObject[] | RowData[][];