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