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