/// export interface Props { paymentBrand: string; disabled?: boolean; active?: boolean; } export declare function PaymentIcon({ paymentBrand, disabled, active }: Props): JSX.Element;