declare const useKeyPressState: (targetKey: string, preventDefault?: boolean, override?: boolean) => boolean; export { useKeyPressState };