/** * The fixed width of the popup element. * @type {number} */ export declare const popupWidth = "--popup-width"; /** * The fixed height of the popup element. * @type {number} */ export declare const popupHeight = "--popup-height";