import React from 'react'; /** * Loads a menu modal via switchDialogs(path) and mounts it on document.body. * Fixes clipped “strip” modals: position:fixed inside sidebar/layout (transform, * overflow, inline-block shells) uses the wrong containing block unless the tree * is attached under body. */ export declare const MenuDynamicDialog: React.FC<{ dialogPath: string; onClose: () => void; }>; //# sourceMappingURL=MenuDynamicDialog.d.ts.map