import type { KeyboardEvent } from 'react'; export declare const handleInteractiveKeyEvent: (callback: () => void) => (e: KeyboardEvent) => void;