import { InjectionToken } from '@angular/core';
import { type TuiPaymentSystem } from '@taiga-ui/addon-commerce/types';
export declare const TUI_PAYMENT_SYSTEM_ICONS: InjectionToken<Record<TuiPaymentSystem, string>>;
