import React from 'react'; import { WithBrowserRedirect, WithOnLoad, WithStyles, WithVenmoFlow } from './CoinflowWebView'; import { CoinflowPurchaseProps, WithGeo } from './common'; export declare function CoinflowPurchase(purchaseProps: CoinflowPurchaseProps & WithStyles & WithOnLoad & WithGeo & WithBrowserRedirect & WithVenmoFlow): React.JSX.Element;