import { AnyConstructor, NgtCommonGeometry, NgtTriple } from '@angular-three/core'; import { Observable } from 'rxjs'; import * as THREE from 'three'; import { LineGeometry } from 'three-stdlib'; import * as i0 from "@angular/core"; export declare class NgtSobaLineGeometry extends NgtCommonGeometry { static ngAcceptInputType_args: ConstructorParameters | undefined; set points(points: Array); set vertexColors(vertexColors: Array); get geometryType(): AnyConstructor; protected get ctorParams$(): Observable<{}>; protected postInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtSobaLineGeometryModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }