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