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

declare function parseLab(color: string): Lab | undefined;

export default parseLab;
