/// <reference types="react" />
export declare function usePreventMenuOverflow(): {
    ref: import("react").RefObject<HTMLDivElement>;
    updateMaxHeight: () => void;
};
