/** * Prop spread onto portaled elements (popovers, menus, listboxes) that belong * to the threaded-annotations component tree. Used by the click-outside handler * to distinguish "our" portals from unrelated ones on the page. */ export declare const THREADED_ANNOTATIONS_PORTAL: { readonly 'data-threaded-annotations-portal': true; };