import { SVGProps } from 'react';

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

export { GincoinGlobalInterestRate as default };
