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