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