export declare enum SelectValueDataAttributes {
  /**
   * Present when the select doesn't have a value.
   */
  placeholder = "data-placeholder",
}