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