import { SVGProps } from 'react';

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

export { Peercoin as default };
