import { RgbaColor } from "../types";
export declare const mix: (rgba1: RgbaColor, rgba2: RgbaColor, ratio: number) => RgbaColor;
