import "./ShadersInclude/clipPlaneVertexDeclaration"; import "./ShadersInclude/fogVertexDeclaration"; import "./ShadersInclude/logDepthDeclaration"; import "./ShadersInclude/clipPlaneVertex"; import "./ShadersInclude/fogVertex"; import "./ShadersInclude/logDepthVertex"; /** @internal */ export declare const particlesVertexShader: { name: string; shader: string; };