import { IMenu } from "../../_types/IMenu";
import { KeyEvent } from "../../../../keyHandler/KeyEvent";
import { KeyPattern } from "../../../../keyHandler/KeyPattern";
/**
 * Handles deselect input events, deselecting the whole selection
 * @param event The event to test
 * @param menu The menu to perform the event for
 * @param pattern The key pattern to detect
 * @returns Whether the event was caught
 */
export declare function handleDeselectInput(event: KeyEvent, menu: IMenu, pattern?: KeyPattern): void | boolean;
//# sourceMappingURL=handleDeselectInput.d.ts.map