using UnityEngine.UIElements;
namespace UnityEditor.Purchasing
{
internal interface IPurchasingSettingsUIBlock
VisualElement GetUIBlockElement();
}