import { SVGProps } from 'react'; declare const Monacoin: (props: SVGProps) => JSX.Element; export { Monacoin as default };