import { KeyboardEvent } from 'react'; export declare const isNavKey: (event: KeyboardEvent) => boolean;