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