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