import { SVGProps } from 'react';

declare const EthereumClassic: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { EthereumClassic as default };
