import React from 'react'; import * as THREE from 'three'; import { commonProps } from '../primitives'; export declare const Point: React.FC<{ position: THREE.Vector3; size?: number; scalePlus?: boolean; } & commonProps>;