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