import { CellEditorPopup, KeyStroke, ScoutKeyboardEvent } from '../../index'; export declare class CellEditorTabKeyStroke extends KeyStroke { field: CellEditorPopup; constructor(popup: CellEditorPopup); protected _accept(event: ScoutKeyboardEvent): boolean; handle(event: JQuery.KeyboardEventBase): void; } //# sourceMappingURL=CellEditorTabKeyStroke.d.ts.map