import { SVGProps } from 'react';

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

export { Monnos as default };
