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