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