export class OctahedralDepthVisualizationMaterial extends ShaderMaterial {
    constructor();
    set scale(v: any);
    /**
     *
     * @param {THREE.DataTexture} v
     */
    set texture(v: THREE.DataTexture);
}
import { ShaderMaterial } from "three";
//# sourceMappingURL=OctahedralDepthVisualizationMaterial.d.ts.map