export declare enum ComboboxItemIndicatorDataAttributes {
  /**
   * Present when the indicator is animating in.
   */
  startingStyle = "data-starting-style",
  /**
   * Present when the indicator is animating out.
   */
  endingStyle = "data-ending-style",
}