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