import { SVGProps } from 'react';

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

export { EnjinCoin as default };
