import React from "react"; import { IconColor } from "../icons/iconColors"; interface PaymentMethodIconProps { color?: IconColor; } export declare const PaymentMethodIcon: React.FC; export {};