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