import { SVGProps } from 'react';

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

export { EtherZero as default };
