import { SVGProps } from 'react';

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

export { Gxchain as default };
