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