import * as THREE from "three"; /** * A 1-D RGBA colormap texture for VolumeRenderShader1's `u_cmdata` uniform. * Caller owns the texture and must dispose() it. */ export declare function createBlueOrangeColormap(size?: number): THREE.DataTexture;