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