/** * Represents the packing location #GtkBox children. (See: #GtkVBox, * #GtkHBox, and #GtkButtonBox). */ declare enum PackType { START = 0, END = 1 } export default PackType;