/// interface PaymentIconProps { type: string; } export declare function PaymentIcon({ type }: PaymentIconProps): import("react").JSX.Element; export {};