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