using System;
using Xamarin.Forms;
namespace Ooui.Forms
{
public interface IVisualElementRenderer : IRegisterable, IDisposable
}