import type { CodeLayoutPanelInternal } from "../CodeLayout";
export declare function usePanelMenuControl(): {
    onContextMenu: (panel: CodeLayoutPanelInternal, e: MouseEvent) => void;
};
