import { ActiveTable } from '../../activeTable'; export declare class FocusNextRowCell { static focus(at: ActiveTable, rowIndex: number, elements: HTMLElement[], event: KeyboardEvent): void; static focusOrBlurSelect(elements: HTMLElement[], rowIndex: number): HTMLElement | undefined; } //# sourceMappingURL=focusNextRowCell.d.ts.map