export interface IMarkupColorable { getColor(): string; setColor(hex: string): void; }