import { FunctionComponent } from 'react'; import { CardBrand } from '@mangopay/checkout-sdk-core'; export interface SupportedCardBrandProps { supportedCardBrands?: CardBrand[]; } export declare const SupportedCardBrand: FunctionComponent; export default SupportedCardBrand;