import { SVGProps } from 'react';

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

export { Numeraire as default };
