import { SVGProps } from 'react';

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

export { Arweave as default };
