sig
  class type t =
    object ('a)
      method add : 'Js.t -> 'Js.t Js.optdef -> 'Js.t Js.meth
      method addAll : 'Js.t -> unit Js.meth
      method addEvents : 'Js.t -> unit Js.meth
      method addListener :
        'Js.t ->
        'Js.callback Js.optdef ->
        'Js.t Js.optdef -> 'Js.t Js.optdef -> 'Js.t Js.meth
      method addManagedListener :
        'Js.t ->
        'Js.t ->
        'Js.callback Js.optdef ->
        'Js.t Js.optdef -> 'Js.t Js.optdef -> 'Js.t Js.meth
      method callParent : 'Js.t -> 'Js.t Js.meth
      method callSuper : 'Js.t -> 'Js.t Js.meth
      method clear : unit Js.meth
      method clearListeners : unit Js.meth
      method clearManagedListeners : unit Js.meth
      method clone : 'Js.t Js.meth
      method collect :
        Js.js_string Js.t ->
        Js.js_string Js.t Js.optdef ->
        bool Js.t Js.optdef -> 'Js.js_array Js.t Js.meth
      method contains : 'Js.t -> bool Js.t Js.meth
      method containsKey : Js.js_string Js.t -> bool Js.t Js.meth
      method each : 'Js.callback -> 'Js.t Js.optdef -> unit Js.meth
      method eachKey : 'Js.callback -> 'a1 Js.t Js.optdef -> unit Js.meth
      method enableBubble : 'b1 Js.t -> unit Js.meth
      method filter :
        'c1 Js.t ->
        'd1 Js.t ->
        bool Js.t Js.optdef -> bool Js.t Js.optdef -> 'Js.t Js.meth
      method filterBy :
        'e1 Js.callback -> 'f1 Js.t Js.optdef -> 'Js.t Js.meth
      method findBy :
        'g1 Js.callback -> 'h1 Js.t Js.optdef -> 'i1 Js.t Js.meth
      method findIndex :
        Js.js_string Js.t ->
        'j1 Js.t ->
        Js.number Js.t Js.optdef ->
        bool Js.t Js.optdef -> bool Js.t Js.optdef -> Js.number Js.t Js.meth
      method findIndexBy :
        'k1 Js.callback ->
        'l1 Js.t Js.optdef ->
        Js.number Js.t Js.optdef -> Js.number Js.t Js.meth
      method fireEvent : Js.js_string Js.t -> 'm1 Js.t -> bool Js.t Js.meth
      method fireEventArgs :
        Js.js_string Js.t -> 'n1 Js.t Js.js_array Js.t -> bool Js.t Js.meth
      method first : 'o1 Js.t Js.meth
      method get : 'p1 Js.t -> 'q1 Js.t Js.meth
      method getAt : Js.number Js.t -> 'r1 Js.t Js.meth
      method getByKey : 's1 Js.t -> 't1 Js.t Js.meth
      method getCount : Js.number Js.t Js.meth
      method getInitialConfig :
        Js.js_string Js.t Js.optdef -> 'u1 Js.t Js.meth
      method getKey : 'v1 Js.t -> 'w1 Js.t Js.meth
      method getRange :
        Js.number Js.t Js.optdef ->
        Js.number Js.t Js.optdef -> 'x1 Js.js_array Js.t Js.meth
      method hasListener : Js.js_string Js.t -> bool Js.t Js.meth
      method hasListeners : 'y1 Js.t Js.readonly_prop
      method indexOf : 'z1 Js.t -> Js.number Js.t Js.meth
      method indexOfKey : Js.js_string Js.t -> Js.number Js.t Js.meth
      method initConfig : 'a2 Js.t -> 'Js.t Js.meth
      method insert :
        Js.number Js.t -> 'b2 Js.t -> 'c2 Js.t Js.optdef -> 'd2 Js.t Js.meth
      method isMixedCollection : bool Js.t Js.prop
      method isObservable : bool Js.t Js.prop
      method last : 'e2 Js.t Js.meth
      method mon :
        'f2 Js.t ->
        'g2 Js.t ->
        'h2 Js.callback Js.optdef ->
        'i2 Js.t Js.optdef -> 'j2 Js.t Js.optdef -> 'k2 Js.t Js.meth
      method mun :
        'l2 Js.t ->
        'm2 Js.t ->
        'n2 Js.callback Js.optdef -> 'o2 Js.t Js.optdef -> unit Js.meth
      method on :
        'p2 Js.t ->
        'q2 Js.callback Js.optdef ->
        'r2 Js.t Js.optdef -> 's2 Js.t Js.optdef -> 't2 Js.t Js.meth
      method relayEvents :
        'u2 Js.t ->
        Js.js_string Js.t Js.js_array Js.t ->
        Js.js_string Js.t Js.optdef -> 'v2 Js.t Js.meth
      method remove : 'w2 Js.t -> 'x2 Js.t Js.meth
      method removeAll : 'y2 Js.js_array Js.t Js.optdef -> 'Js.t Js.meth
      method removeAt : Js.number Js.t -> 'z2 Js.t Js.meth
      method removeAtKey : Js.js_string Js.t -> 'a3 Js.t Js.meth
      method removeListener :
        Js.js_string Js.t ->
        'b3 Js.callback -> 'c3 Js.t Js.optdef -> unit Js.meth
      method removeManagedListener :
        'd3 Js.t ->
        'e3 Js.t ->
        'f3 Js.callback Js.optdef -> 'g3 Js.t Js.optdef -> unit Js.meth
      method removeRange :
        Js.number Js.t -> Js.number Js.t Js.optdef -> 'h3 Js.t Js.meth
      method replace : Js.js_string Js.t -> 'i3 Js.t -> 'j3 Js.t Js.meth
      method resumeEvent : Js.js_string Js.t -> unit Js.meth
      method resumeEvents : unit Js.meth
      method self : Ext_Class.t Js.t Js.prop
      method statics : Ext_Class.t Js.t Js.meth
      method sum :
        Js.js_string Js.t ->
        Js.js_string Js.t Js.optdef ->
        Js.number Js.t Js.optdef ->
        Js.number Js.t Js.optdef -> Js.number Js.t Js.meth
      method suspendEvent : Js.js_string Js.t -> unit Js.meth
      method suspendEvents : bool Js.t -> unit Js.meth
      method un :
        Js.js_string Js.t ->
        'k3 Js.callback -> 'l3 Js.t Js.optdef -> unit Js.meth
      method updateKey : 'm3 Js.t -> 'n3 Js.t -> unit Js.meth
    end
  class type configs =
    object ('a)
      method allowFunctions : bool Js.t Js.prop
      method getKey :
        ('Js.t, 'Js.t -> 'Js.t) Js.meth_callback Js.writeonly_prop
      method listeners : 'Js.t Js.prop
    end
  class type events =
    object
      method add :
        (Js.number Js.t -> 'Js.t -> Js.js_string Js.t -> 'Js.t -> unit)
        Js.callback Js.writeonly_prop
      method clear : ('Js.t -> unit) Js.callback Js.writeonly_prop
      method remove :
        ('Js.t -> Js.js_string Js.t Js.optdef -> 'Js.t -> unit)
        Js.callback Js.writeonly_prop
      method replace :
        (Js.js_string Js.t -> 'Js.t -> 'Js.t -> 'Js.t -> unit)
        Js.callback Js.writeonly_prop
    end
  class type statics =
    object
      method addMembers : 'Js.t -> unit Js.meth
      method addStatics : 'Js.t -> 'Js.t Js.meth
      method capture :
        'Js.t -> 'Js.callback -> 'Js.t Js.optdef -> unit Js.meth
      method create : 'Js.t Js.meth
      method createAlias : 'Js.t -> 'Js.t -> unit Js.meth
      method getName : Js.js_string Js.t Js.meth
      method observe : 'Js.callback -> 'Js.t -> unit Js.meth
      method releaseCapture : 'Js.t -> unit Js.meth
    end
  val of_configs :
    Ext_util_AbstractMixedCollection.configs Js.t ->
    Ext_util_AbstractMixedCollection.t Js.t
  val to_configs :
    Ext_util_AbstractMixedCollection.t Js.t ->
    Ext_util_AbstractMixedCollection.configs Js.t
end