import { Color } from "three";

declare function setKelvin(color: Color, kelvin: number): Color;

export { setKelvin };
