import { Size } from '@react-three/fiber';
import * as THREE from 'three';
export declare const calculateScaleFactor: (point3: THREE.Vector3, radiusPx: number, camera: THREE.Camera, size: Size) => number;
