import { SupportedTokenType } from '../../types';
declare const ETH: SupportedTokenType;
export default ETH;
