import { SVGProps } from 'react';

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

export { Etherparty as default };
