import { SVGProps } from 'react';

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

export { Monero as default };
