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