import { RGB } from './Color'; export declare function interpolateRgb(colorA: RGB, colorB: RGB): (x: number) => RGB;