/// import { MenuProps } from 'types'; export declare const useComponentLogic: ({ close, shouldCloseOnClickOutside, }: MenuProps) => { ref: import("react").MutableRefObject; };