import { Rgb } from "./types.js";

declare function parseRgbLegacy(color: string): Rgb | undefined;

export default parseRgbLegacy;
