import { BlendFunction } from 'postprocessing'; import { ForwardRefExoticComponent } from 'react'; export declare type ColorAverageProps = Partial<{ blendFunction: BlendFunction; }>; export declare const ColorAverage: ForwardRefExoticComponent;