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