import { SVGProps } from 'react';

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

export { Gridcoin as default };
