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