import { FC } from 'react';
import { Props } from './types';
export declare const PaymentBody: FC<Props>;
