import { SVGProps } from 'react';

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

export { Monacoin as default };
