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