import { SVGProps } from 'react'; declare const Paypie: (props: SVGProps) => JSX.Element; export { Paypie as default };