sig
  type t = Default | Color | Gray | Mono
  val to_string :
    GapiCustomsearchV1Service.CseResource.ImgColorType.t -> string
  val of_string :
    string -> GapiCustomsearchV1Service.CseResource.ImgColorType.t
end