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