using System; using System.Collections.Generic; namespace Oqtane.Themes { public interface ITheme { Dictionary Properties { get; } } }