import { SVGProps } from 'react';

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

export { Paypie as default };
