export declare function useCameraAnimation({ type, cAzimuthAngle, cPolarAngle, cDistance, cameraZoom, zoomOut, enableTransition, }: { type: any; cAzimuthAngle: any; cPolarAngle: any; cDistance: any; cameraZoom: any; zoomOut: any; enableTransition: any; }): any; //# sourceMappingURL=useCameraAnimation.d.ts.map