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