import { type RefObject } from 'react'; export declare function useShortcut(shortcut: string[] | undefined, ref: RefObject): void;