import * as THREE from "three"; import type { ILightLineConstructorOption } from "./types"; export declare class LightLine extends THREE.Mesh { constructor(options: ILightLineConstructorOption); }