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