import type { KeyFilter } from './useKey'; export declare const useKeyPress: (keyFilter: KeyFilter) => [boolean, KeyboardEvent | null];