import { SVGProps } from 'react';

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

export { Pinkcoin as default };
