export interface Decoration {
	index: number;
	color: string;
}