import { NgtTriple, NumberInput } from '@angular-three/core'; import * as THREE from 'three'; import { NgtSobaLine } from '../line/line'; import * as i0 from "@angular/core"; export declare class NgtSobaCubicBezierLine extends NgtSobaLine { static ngAcceptInputType_points: never; set start(start: THREE.Vector3 | NgtTriple); set end(end: THREE.Vector3 | NgtTriple); set midA(midA: THREE.Vector3 | NgtTriple); set midB(midB: THREE.Vector3 | NgtTriple); set segments(segments: NumberInput); shouldPassThroughRef: boolean; readonly cubicBezierPoints$: import("rxjs").Observable; readonly cubicLineViewModel$: import("rxjs").Observable<{ points: THREE.Vector3[]; vertexColors: (THREE.Color | NgtTriple)[]; resolution: import("@angular-three/core").NgtVector2; dashed: boolean; color: THREE.Color; lineWidth: number | undefined; }>; protected preInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtSobaCubicBezierLineModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }