import React from 'react'; interface AggregatePaymentProps { onChange: (status: any, params: any) => void; } declare const AggregatePayment: React.FC; export default AggregatePayment;