import "./ShadersInclude/lineVertexDeclaration.js";
import "./ShadersInclude/lineUboDeclaration.js";
import "./ShadersInclude/instancesDeclaration.js";
import "./ShadersInclude/clipPlaneVertexDeclaration.js";
import "./ShadersInclude/logDepthDeclaration.js";
import "./ShadersInclude/instancesVertex.js";
import "./ShadersInclude/clipPlaneVertex.js";
import "./ShadersInclude/logDepthVertex.js";
/** @internal */
export declare const lineVertexShader: {
    name: string;
    shader: string;
};
