import { ShortcutModules } from '../contexts/shortcuts'; type UseHoverType = [React.RefObject, boolean]; export declare function useShortcut(shortcutModule: ShortcutModules): UseHoverType; export {}; //# sourceMappingURL=useShortcut.d.ts.map