import React from 'react';
import { StripePopupProps, StripePopupRef } from './interface';
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<StripePopupProps & {
    children?: React.ReactNode;
} & React.RefAttributes<StripePopupRef>>>;
export default _default;
