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