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