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