import { KeyStroke, ScoutKeyboardEvent, SearchOutline } from '../../index'; /** * Focuses the first node when pressing down. */ export declare class SearchOutlineDownKeyStroke extends KeyStroke { field: SearchOutline; constructor(outline: SearchOutline); protected _accept(event: ScoutKeyboardEvent): boolean; handle(event: JQuery.KeyboardEventBase): void; } //# sourceMappingURL=SearchOutlineDownKeyStroke.d.ts.map