import { FC } from 'react'; interface PaymentGateway { tier?: {}; desc?: string; paymentBanefits?: string; bgColor?: string; fontColor?: string; buttonBgColor?: string; btnTextColor?: string; inputBgColor?: string; pymentGatewayLayout?: number; userId?: string; token?: string; forEntityId: string; } declare const PaymentGateway: FC; export default PaymentGateway;