import { KeyboardEvent } from 'react'; export declare function useEventHandlers(): { onKeyDown: (event: KeyboardEvent) => void; onKeyPress: (event: KeyboardEvent) => void; }; //# sourceMappingURL=use-event-handlers.d.ts.map