import type { DependencyList } from 'react'; import type { SlatePlugin } from '../types/SlatePlugin'; export declare const useOnKeyDown: ({ plugins, }: { plugins: SlatePlugin[]; }, deps: DependencyList) => (event: any) => true | undefined; //# sourceMappingURL=hotkeyHooks.d.ts.map