import { Rgb } from "./types.js"; declare function parseHex(color: string): Rgb | undefined; export default parseHex;