declare enum OutputType { PNG = "png", SVG = "svg", EPS = "eps" } export default OutputType;