import { SVGProps } from 'react';

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

export { RipioCreditNetwork as default };
