import { Spherical } from 'three'; import { CameraView, ICamera, ICameraView } from '../core'; import { AnimationOptions } from '@repalash/popmotion'; export declare function sphericalFromCameraView(view: Pick): Spherical; export declare function animateCameraToViewSpherical(camera: ICamera, view: ICameraView): AnimationOptions; export declare function animateCameraToViewLinear(camera: ICamera, view: ICameraView): AnimationOptions; //# sourceMappingURL=../src/utils/camera-anim.d.ts.map