import { SVGProps } from 'react';

declare const Metaverse: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Metaverse as default };
