import { AnyConstructor, NgtCommonCamera, NumberInput } from '@angular-three/core'; import * as THREE from 'three'; import * as i0 from "@angular/core"; export declare class NgtPerspectiveCamera extends NgtCommonCamera { static ngAcceptInputType_args: ConstructorParameters | undefined; set fov(fov: NumberInput); set aspect(aspect: NumberInput); set near(near: NumberInput); set far(far: NumberInput); get cameraType(): AnyConstructor; protected get optionFields(): Record; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtPerspectiveCameraModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }