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

declare function parseHsl(color: string): Hsl | undefined;

export default parseHsl;
