import "./ShadersInclude/clipPlaneFragmentDeclaration"; import "./ShadersInclude/logDepthDeclaration"; import "./ShadersInclude/fogFragmentDeclaration"; import "./ShadersInclude/clipPlaneFragment"; import "./ShadersInclude/logDepthFragment"; import "./ShadersInclude/fogFragment"; /** @internal */ export declare const gaussianSplattingPixelShader: { name: string; shader: string; };