import { FunctionComponent } from 'react'; /** *NOTE: This component is a wrapper for the Google Pay button. * GooglePay.js wil append the button to the DOM using the id "google_button_container" */ export declare const GooglePayButton: FunctionComponent; export default GooglePayButton;