import okLCh from "../../types/okLChType.js"; /** * Parses css OkLCh string into OkLCh value with hue in degrees and C, L in range [0; 1] * @param {string} cssOkLCh css okLCh string * @returns {okLCh} hsl value represented by an array */ export default function cssOkLChToOkLch(cssOkLCh: string): okLCh;