import { KeyCode } from "./KeyCode.js"; /** * A collection that maps {@linkplain KeyboardEvent.keyCode legacy key codes} to {@link KeyCode} values. * * @group Input * @ignore */ export declare const keyCodeLegacy: Map;