import { FC } from 'react'; import { ListofPaymentMethodPropsType } from './types'; declare const ListPaymentMethod: FC; export default ListPaymentMethod;