import { SVGProps } from 'react';

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

export { PolymathNetwork as default };
