import { SVGProps } from 'react';

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

export { RyoCurrency as default };
