import { SVGProps } from 'react';

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

export { Pnetwork as default };
