import { ActiveTable } from '../../activeTable'; export declare class MoveUtils { static setNewElementText(at: ActiveTable, newText: string, targetCellElement: HTMLElement, columnIndex: number, rowIndex: number): string; } //# sourceMappingURL=moveUtils.d.ts.map