import { KeyStroke, SearchOutline } from '../../index';
/**
 * Prevents up keystroke from outline.
 *
 * Pressing up would focus the node above the focused node.
 * This is confusing when the search field is focused because the focused node is not visible.
 */
export declare class SearchOutlineUpKeyStroke extends KeyStroke {
    field: SearchOutline;
    constructor(outline: SearchOutline);
    handle(event: JQuery.KeyboardEventBase): void;
}
//# sourceMappingURL=SearchOutlineUpKeyStroke.d.ts.map