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