import { SVGProps } from 'react';

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

export { ElrondEgld as default };
