[]
type PaintToolType = | "Selection" | "Pencil" | "Brush" | "Eraser" | "CloneStamp" | "Text" | "Rectangle" | "Line" | "Ellipse" | "Arrow" | "Brackets" | "Image" | "None";
Paint tool type.