import { SVGProps } from 'react';

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

export { Paypex as default };
