import { CoinflowPurchaseProps } from './common'; import React from 'react'; import { MobileWalletButtonProps } from './MobileWalletButton'; export declare function CoinflowGooglePayButton(props: CoinflowPurchaseProps & MobileWalletButtonProps): React.JSX.Element;