import Color from "color";
export type NodeHighlightColor = "default" | "alternate" | Color | string;
