import { SVGProps } from 'react';

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

export { Primecoin as default };
