import { SVGProps } from 'react';

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

export { GolosBlockchain as default };
