import { CreditCardBrandId } from '../utils/credit-cards';
export interface FCreditCardIconProps {
    /**
     * Code of the country, following the ISO 3166 standard
     */
    cardType?: CreditCardBrandId | null;
    /**
     * Size of the credit card icon
     */
    size?: string | number;
}
declare const _default: import('vue').DefineComponent<FCreditCardIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<FCreditCardIconProps> & Readonly<{}>, {
    size: string | number;
    cardType: CreditCardBrandId | null;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;
