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