declare const useHotKey: (hotKeyName: string) => import("../types").HotKey | undefined; export declare const parseHotKey: (hotkey: string | string[] | undefined, seperator?: string) => string; export default useHotKey;