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