type hotkeyOptions = {
    [key: string]: any;
};
export declare const useCusShortKey: (keysMap: hotkeyOptions) => void;
export {};
