/** * Present when the popup is open. */ export declare const popupOpen = "data-popup-open"; /** * Present when a pressable trigger is pressed. */ export declare const pressed = "data-pressed";