import React from 'react';
import { AirwallexPopupProps, AirwallexPopupRef } from './interface';
declare const AirwallexPopup: React.ForwardRefExoticComponent<AirwallexPopupProps & {
    children?: React.ReactNode;
} & React.RefAttributes<AirwallexPopupRef>>;
export default AirwallexPopup;
