export declare enum DialogTriggerDataAttributes { /** * Present when the trigger is disabled. */ disabled = "data-disabled", /** * Present when the corresponding dialog is open. */ popupOpen = "data-popup-open" }