import { Color } from "../util/color";
export default function (a: Color | string, b: Color | string): (t: number) => string;
