import type Color from "./Color.js"; declare const orange: Color; export default orange;