import { InstancedBufferGeometry } from "three"; import { LineSegmentsGeometry as _LineSegmentsGeometry } from "three/examples/jsm/lines/LineSegmentsGeometry.js"; /** * Extended LineSegmentsGeometry with fixed toJSON method. * The original LineSegmentsGeometry has a broken toJSON implementation. */ declare class LineSegmentsGeometry extends _LineSegmentsGeometry { toJSON(): ReturnType; } export { LineSegmentsGeometry };