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