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