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