import { SVGProps } from 'react';

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

export { Emercoin as default };
