import { FunctionComponent } from 'react'; export interface ApplePayPayButtonProps { disabled?: boolean; handlePay?: () => void; } export declare const ApplePayPayButton: FunctionComponent; export default ApplePayPayButton;