import React from 'react';
import { PayPopupProps } from './interface';
declare const PayPopup: React.FC<PayPopupProps>;
export * from './interface';
export default PayPopup;
