// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.DefaultGroupManager

namespace UnityEngine.UIElements
{
public class DefaultGroupManager // TypeDefIndex: 5644
{
	// Fields
	type#8673 m_GroupOptions;
	type#20142 m_SelectedOption;
	type#20140 m_GroupBox;

	// Methods
	// RVA: -1
	public virtual type#28660 Init(type#20139 groupBox) { }
	// RVA: -1
	public virtual type#28660 OnOptionSelectionChanged(type#20141 selectedOption) { }
	// RVA: -1
	public virtual type#28660 RegisterOption(type#20141 option) { }
	// RVA: -1
	public virtual type#28660 UnregisterOption(type#20141 option) { }
	// RVA: -1
	public type#28660 .ctor() { }
}
}
