Abstract UI Panel type named ScreenPanel in namespace PanelRenderTarget, it inherits from Sandbox.UI.Panel and currently contains no members. It exists as a placeholder so editors can list ScreenPanel types separately from Panel.
namespace PanelRenderTarget;
//placeholder for get better list in type editor we can list all Screen Panels and not just Panel
public abstract class ScreenPanel : Sandbox.UI.Panel
{
}