import { SVGProps } from 'react';

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

export { Pumapay as default };
