import { Color } from "./common.js";

declare function parse(color: string): Color | undefined;

export default parse;
