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

declare function parseHwb(color: string): Hwb | undefined;

export default parseHwb;
