import { SVGProps } from 'react';

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

export { Groestlcoin as default };
