import { KeyStroke, Widget } from '../index';
export declare class ContextMenuKeyStroke extends KeyStroke {
    protected _contextFunction: (event: JQuery.KeyboardEventBase) => void;
    protected _bindObject: any;
    constructor(field: Widget, contextFunction: (event: JQuery.KeyboardEventBase) => void, bindObject?: any);
    handle(event: JQuery.KeyboardEventBase): void;
}
//# sourceMappingURL=ContextMenuKeyStroke.d.ts.map