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

declare function parseOklch(color: string): Oklch | undefined;

export default parseOklch;
