import type { NodeMaterial } from "./nodeMaterial";
/**
 * Clear the material and set it to a default state for gaussian splatting
 * @param nodeMaterial node material to use
 */
export declare function SetToDefaultGaussianSplatting(nodeMaterial: NodeMaterial): void;
