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