import { EyeState } from './use-aura-physics.js'; interface SphereBodyProps { size: number; baseRadiusScale: number; auraColor1Triplet: string; auraColor2Triplet: string; eyeState: EyeState; } export declare function SphereBody({ size, baseRadiusScale, auraColor1Triplet, auraColor2Triplet, eyeState, }: SphereBodyProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SphereBody.d.ts.map