import * as THREE from 'three'; import { Line2 as THREELine2 } from '../jsm/lines/Line2.js'; import type { ILineData, ILineData2 } from './types'; export declare class RLine extends THREE.Line { constructor(lineData: ILineData); } export declare class RLine2 extends THREELine2 { readonly type = "Line2"; constructor(lineData: ILineData2); }