import { AnyConstructor, NgtCommonHelper, NumberInput } from '@angular-three/core'; import * as THREE from 'three'; import * as i0 from "@angular/core"; export declare class NgtArrowHelper extends NgtCommonHelper { static ngAcceptInputType_args: ConstructorParameters | undefined; set dir(dir: THREE.Vector3); set origin(origin: THREE.Vector3); set length(length: NumberInput); set headLength(headLength: NumberInput); set headWidth(headWidth: NumberInput); get helperType(): AnyConstructor; protected get optionFields(): Record; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtArrowHelperModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }