export declare enum DialogCloseDataAttributes {
  /**
   * Present when the button is disabled.
   */
  disabled = "data-disabled",
}