import { SVGProps } from 'react';

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

export { Potcoin as default };
