import { Key } from '../types'; export declare function isKeyEvent(key: Key, event: KeyboardEvent): boolean;