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