import { FunctionComponent } from 'react'; import { CardBrand } from '@mangopay/checkout-sdk-core'; export interface CardIconProps { brand: CardBrand; } export declare const CardIcon: FunctionComponent; export default CardIcon;