import { FC } from 'react';
import { NodeRendererProps } from '../../types';
export declare const Sphere: FC<NodeRendererProps>;
