import { SVGProps } from 'react';

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

export { InternetOfPeople as default };
