interface ChaoticOrbitProps { size?: number | string; color?: string; speed?: number | string; } declare const ChaoticOrbit: React.FC; export default ChaoticOrbit; //# sourceMappingURL=ChaoticOrbit.d.ts.map