import { SVGProps } from 'react';

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

export { Eboostcoin as default };
