import React from 'react';
import { UndrawSVGProps } from '../types';
declare const Jogging: React.FC<UndrawSVGProps>;
export default Jogging;
