import type { RGBA } from './base'; export default function getBlendedColor(c1: RGBA, c2: RGBA, interpolation: number): import("./color").Color;