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