import { SVGProps } from 'react'; declare const PolymathNetwork: (props: SVGProps) => JSX.Element; export { PolymathNetwork as default };