import ECR from "@/assets/images/gateway/ecr.png"; import { F_PAYMENT_GATEWAY_KEY } from "@feedmepos/payment-entity"; export declare function getGatewayIcon(gateway: F_PAYMENT_GATEWAY_KEY | string): string; export declare function getMethodIcon(issuer: string, variant: string): string; export { ECR };