import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const CurrencyEthereumIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default CurrencyEthereumIcon;
