import * as React from 'react'; import type { CashAppPayProps } from './cash-app-pay.types'; declare function CashAppPay({ callbacks, id, redirectURL, referenceId, shape, size, values, width, ...props }: CashAppPayProps): React.JSX.Element; export default CashAppPay; export * from './cash-app-pay.types'; //# sourceMappingURL=cash-app-pay.d.ts.map