import okLCh from "../types/okLChType.js"; import rgb from "../types/rgbType.js"; /** * Converts okLCh color to rgb color * @param {okLCh} okLCh okLch color value represented by an array * @returns {rgb} rgb color value represented by an array */ export default function OkLChToRgbRough(okLCh: okLCh): rgb;