import * as THREE from 'three';
/**
 * Convert THREE.Color[] to DataTexture
 */
export declare function createColorTexture(colors: THREE.Color[]): THREE.DataTexture;
