import { DesktopTab, KeyStroke } from '../..';
export declare class DesktopTabExecKeyStroke extends KeyStroke {
    field: DesktopTab;
    constructor(tab: DesktopTab);
    handle(event: JQuery.KeyboardEventBase): void;
}
//# sourceMappingURL=DesktopTabExecKeyStroke.d.ts.map