/// import { ConfigType as OringinConfigType, OptionsType } from '@right-menu/core'; export declare type ConfigType = Omit; declare function useRightMenu(config: ConfigType, options: OptionsType): React.MutableRefObject; export { useRightMenu };