import { Action, KeyStroke } from '../index'; export declare class ActionKeyStroke extends KeyStroke { field: Action; constructor(action: Action); protected _isEnabled(): boolean; handle(event: JQuery.KeyboardEventBase): void; } //# sourceMappingURL=ActionKeyStroke.d.ts.map