export function useSpreadsheetEdit({ isEditing, rows, activeCellCoordinates, activeCellRef, cellEditorRef, cellEditorRulerRef, visibleColumns, defaultColumn, cellEditorValue, blockClass, }: { isEditing: any; rows: any; activeCellCoordinates: any; activeCellRef: any; cellEditorRef: any; cellEditorRulerRef: any; visibleColumns: any; defaultColumn: any; cellEditorValue: any; blockClass?: string | undefined; }): void; //# sourceMappingURL=useSpreadsheetEdit.d.ts.map