/** * Configure tooltips to mount to document.body instead of the editor container * This helps prevent tooltip clipping when the editor is in a container with overflow * Sets a high z-index to ensure tooltips appear above dialogs and modals */ export declare const tooltipToBody: import("@codemirror/state").Extension[];