import type { Size } from '../types'; export declare const getAmexLogo: (size: Size) => JSX.Element;