export declare enum ComboboxClearDataAttributes {
  /**
   * Present when the corresponding popup is open.
   */
  popupOpen = "data-popup-open",
  /**
   * Present when the button is disabled.
   */
  disabled = "data-disabled",
  /**
   * Present when the button is animating in.
   */
  startingStyle = "data-starting-style",
  /**
   * Present when the button is animating out.
   */
  endingStyle = "data-ending-style",
}