import { TranslationKey } from '@mangopay/checkout-sdk-elements-core'; export declare const billingAddressZipValidator: import("@mangopay/checkout-sdk-core").Validator<"minLength" | "required">; export type BillingAddressZipValidationErrorType = keyof ReturnType; export declare const billingAddressZipValidationOrder: BillingAddressZipValidationErrorType[]; export declare const billingAddressZipValidationMessageByErrorType: Record;