import { ActiveTable } from '../../../../../activeTable'; export declare class SelectCellTextBaseEvents { static keyDownText(at: ActiveTable, rowIndex: number, columnIndex: number, event: KeyboardEvent): void; private static displayDropdown; private static clearTypeSpecificProps; static blurring(at: ActiveTable, rowIndex: number, columnIndex: number, textElement: HTMLElement): void; static blurText(this: ActiveTable, rowIndex: number, columnIndex: number, event: Event): void; static setEvents(at: ActiveTable, textElement: HTMLElement, rowIndex: number, columnIndex: number): void; } //# sourceMappingURL=selectCellTextBaseEvents.d.ts.map