sig
  class type t =
    object
      method readsHeight : bool Js.t Js.readonly_prop
      method readsWidth : bool Js.t Js.readonly_prop
      method setsHeight : bool Js.t Js.readonly_prop
      method setsWidth : bool Js.t Js.readonly_prop
    end
  class type configs = object  end
  class type events = object  end
  class type statics = object  end
  val of_configs :
    Ext_layout_SizePolicy.configs Js.t -> Ext_layout_SizePolicy.t Js.t
  val to_configs :
    Ext_layout_SizePolicy.t Js.t -> Ext_layout_SizePolicy.configs Js.t
end