export declare const useHotkeys: (key: string, cb: () => any, inputs?: any[] | undefined) => void;