import type { KeyDownEventType } from '../../types/EventTypes.js'; export default function keyDown(evt: KeyDownEventType): void;