sig
  class type t = object  end
  class type configs = object  end
  class type events = object  end
  class type statics = object  end
  val of_configs :
    Ext_chart_theme_Theme.configs Js.t -> Ext_chart_theme_Theme.t Js.t
  val to_configs :
    Ext_chart_theme_Theme.t Js.t -> Ext_chart_theme_Theme.configs Js.t
end