import React from "react"; import { PaymentGatewaysConfig } from "./PaymentGateways.types"; interface Props { config: PaymentGatewaysConfig; } export declare const PaymentGateways: React.MemoExoticComponent<({ config }: Props) => import("react/jsx-runtime").JSX.Element>; export {};