import { FunctionComponent } from 'react'; export interface PaypalCheckoutOverlayProps { isShow: boolean; handleContinue: () => void; } export declare const PaypalCheckoutOverlay: FunctionComponent; export default PaypalCheckoutOverlay;