import { SVGProps } from 'react';

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

export { Decentraland as default };
