import { MovementConfig } from "./types"; /** * A keyboard movement configuration preset for handling vertical menu * movements. */ export declare const VERTICAL_MENU: MovementConfig; /** * A keyboard movement configuration preset for handling horizontal menu * movements. */ export declare const HORIZONTAL_MENU: MovementConfig; /** * A keyboard movement configuration preset for handling vertical listbox * movements. */ export declare const VERTICAL_LISTBOX: MovementConfig; /** * A keyboard movement configuration preset for handling horizontal listbox * movements. */ export declare const HORIZONTAL_LISTBOX: MovementConfig; /** * A keyboard movement configuration preset for handling vertical combobox * movements. */ export declare const VERTICAL_COMBOBOX: MovementConfig; /** * A keyboard movement configuration preset for handling horizontal combobox * movements. */ export declare const HORIZONTAL_COMBOBOX: MovementConfig; export declare const VERTICAL_TREE: MovementConfig; export declare const HORIZONTAL_TREE: MovementConfig; export declare const HORIZONTAL_TABS: MovementConfig; export declare const VERTICAL_TABS: MovementConfig;