export declare const useHotkeys: (keys: string, callback: CallableFunction) => { bind: () => void; unbind: () => void; };