import { LineSegments2 } from 'three/examples/jsm/lines/LineSegments2.js'; import { IObject3D } from '../core'; import { Material } from 'three'; export declare function createLineGBufferMaterial(object: LineSegments2 & IObject3D, lineDepthMaterial?: Material): Material; export declare function createLineDepthMaterial(object: LineSegments2 & IObject3D, lineDepthMaterial?: Material): Material; //# sourceMappingURL=../src/utils/line-material.d.ts.map