import { SVGProps } from 'react';

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

export { Poocoin as default };
