import { ActiveTable } from '../../../../../activeTable'; export declare class SelectCellTextElement { private static readonly TEXT_CLASS; static setCellTextAsAnElement(at: ActiveTable, cellElement: HTMLElement, columnIndex: number): void; static finaliseEditedText(at: ActiveTable, textElement: HTMLElement, columnIndex: number): void; } //# sourceMappingURL=selectCellTextElement.d.ts.map