import { AnyConstructor, NgtCommonLight, NumberInput } from '@angular-three/core'; import * as THREE from 'three'; import * as i0 from "@angular/core"; export declare class NgtSpotLight extends NgtCommonLight { static ngAcceptInputType_args: ConstructorParameters | undefined; set distance(distance: NumberInput); set angle(angle: NumberInput); set penumbra(penumbra: NumberInput); set decay(decay: NumberInput); set target(target: THREE.Object3D); set power(power: NumberInput); get lightType(): AnyConstructor; protected get optionFields(): Record; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtSpotLightModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }