sig
  type t = Default | Huge | Icon | Large | Medium | Small | Xlarge | Xxlarge
  val to_string : GapiCustomsearchV1Service.CseResource.ImgSize.t -> string
  val of_string : string -> GapiCustomsearchV1Service.CseResource.ImgSize.t
end