import type { KeyboardEvent } from 'react'; declare const normalizeArrowKey: (event: KeyboardEvent) => string; export default normalizeArrowKey; //# sourceMappingURL=normalize-arrow-key.d.ts.map