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