namespace Pal.Client.Rendering; public interface IRenderElement { bool IsValid { get; } bool Enabled { get; set; } }