import React from 'react';
import type { IMPData } from 'iamport-react-native';
type Props = {
    userCode: string;
    tierCode?: string;
    data: IMPData.PaymentData;
    loading?: any;
    callback: (response: any) => any;
};
declare function Payment({ userCode, tierCode, data, loading, callback }: Props): React.JSX.Element;
export default Payment;
//# sourceMappingURL=index.d.ts.map