export class VLPDepthMapVisualisation {
    /**
     *
     * @param {LightProbeVolume} lpv
     * @returns {VLPDepthMapVisualisation}
     */
    static from(lpv: LightProbeVolume): VLPDepthMapVisualisation;
    set volume(lpv: any);
    build(): Entity;
    #private;
}
import Entity from "../../../../../../ecs/Entity.js";
//# sourceMappingURL=VLPDepthMapVisualisation.d.ts.map