import * as THREE from "three";
declare function createSphere({ color }: {
    color: THREE.ColorRepresentation;
}): THREE.Mesh;
export { createSphere };
