export function activatePopup(...args: any[]): Popup; /** * @import { PopupPosition } from '../typedefs'; */ /** * Implement the popup handler. */ declare class Popup { /** * Initialize a new `Popup` instance. Note that the `popupElement` is optional, because the * element is typically mounted only while the popup is open. Use {@link attachPopupElement} to * provide it later. * @param {HTMLButtonElement} anchorElement `