import { CardBrand, Validator } from '@mangopay/checkout-sdk-core'; import { TranslationKey } from '@mangopay/checkout-sdk-elements-core'; export declare const cardCvcLengthRange: import("@mangopay/checkout-sdk-core").Range; export declare const getCardCvcValidator: (cardBrand: CardBrand) => Validator; export type CardCvcValidationErrorType = keyof ReturnType>; export declare const cardCvcValidationOrder: CardCvcValidationErrorType[]; export declare const cardCvcValidationMessageByErrorType: Record;