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