import { KeyboardEvent } from 'react'; export declare const onKeyDownEventCallback: (e: KeyboardEvent, callback: (e: KeyboardEvent) => void) => void; export declare const onKeyDownCallback: (e: KeyboardEvent, callback: () => void) => void;