import { RgbObj } from '../types'; export declare const calcAverageColor: (colorBlock: Array) => RgbObj;