export declare const SPRINQUE_CUSTOM_ELEMENT_NAME = "sprinque-modal"; export declare const SPRINQUE_STEP_CLASS = "sprinque-step"; export declare const VALIDATION_ERROR_CLASS_PREFIX = "validation-error-"; export declare const CUSTOM_NAVIGATION_EVENT = "sprinque-to-step"; export declare const TRIGGER_SEARCH = "TRIGGER_SEARCH"; export declare const SPRINQUE_DRAFT = "sprinqueDraft"; export declare const MERCHANT_BUYER_ID = "sp-merchant-buyer-id"; export declare const BUYER_ID = "sp-buyer-id"; export declare const FALLBACK_LOGO_URL = "https://d2f2ha363kdzm.cloudfront.net/sprinque-logo-dark-blue.png"; export declare const FALLBACK_ADDRESS: { address_line1: string; address_line2: string; city: string; country: string; zip_code: string; }; export declare const SUPPORTED_NET_TERMS: string[]; export declare const SUPPORTED_INSTALLMENT_TERMS: string[];