import { KeyStroke, KeyStrokeMode, ScoutKeyboardEvent } from '../index';
export declare class Key {
    keyStroke: KeyStroke;
    which: number;
    ctrl: boolean;
    alt: boolean;
    shift: boolean;
    keyStrokeMode: KeyStrokeMode;
    $drawingArea: JQuery;
    constructor(keyStroke: KeyStroke, which?: number);
    render($drawingArea: JQuery, event: ScoutKeyboardEvent): boolean;
    remove(): void;
    toKeyStrokeString(): string;
}
//# sourceMappingURL=Key.d.ts.map