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

declare function parseLch(color: string): Lch | undefined;

export default parseLch;
