import { Theme } from "@imburseag/types"; export declare const appModuleID: "imburse-checkout-app-module"; export declare const retries: 0; export declare const checkSessionExpiryInterval: 30000; export declare const checkSessionInterval: 3000; export declare const supportedLanguages: readonly ["EN", "DE", "FR", "IT", "PT", "ES"]; export declare const defaultLanguage: "EN"; export declare const supportedModes: readonly ["ci", "qa", "load", "sandbox", "production"]; export declare const cssVariablePrefix: "--imburse-checkout"; export declare const supportedCSSVariables: readonly ["titleSize", "titleColor", "backgroundColor", "fontFamily", "fontColor", "fontSize", "focusOutlineColor", "focusOutlineThickness", "focusOutlineOffset", "focusOutlineStyle", "primaryButtonColor", "primaryButtonFontColor", "primaryButtonHoverColor", "secondaryButtonColor", "secondaryButtonFontColor", "secondaryButtonHoverColor", "dangerButtonColor", "dangerButtonFontColor", "dangerButtonHoverColor", "buttonRadius", "buttonPadding", "borderThickness", "borderRadius", "borderColor", "errorColor", "successColor", "tabBorderRadius", "tabPadding", "tabBorderColor", "tabBackgroundColor", "tabFontColor", "tabHoverBackgroundColor", "tabSelectedBackgroundColor", "tabSelectedFontColor", "paymentMethodBorderColor", "paymentMethodFontColor", "paymentMethodHoverBorderColor", "paymentMethodHoverBackgroundColor", "paymentMethodHoverFontColor", "paymentMethodSelectedBorderColor", "paymentMethodSelectedBackgroundColor", "paymentMethodSelectedFontColor", "paymentMethodPadding"]; export declare const defaultTheme: Theme; export declare const DatadogPrivacyLevel: "mask-user-input"; export declare enum SessionResult { Success = "success", Failed = "failed", Expired = "expired", Error = "error" } export declare const LoadingSvg = "\n \n \n \n \n \n \n \n \n \n \n \n \n "; export declare const ErrorSvg = "\n \n \n \n \n \n \n \n "; export declare const BackSvg = "\n \n \n \n \n \n \n "; export declare const jsRetries = 5; export declare const jsRetryInterval = 1000; export declare const ErrorCodes: { ComponentScriptLoadFailure: string; }; export declare const BuildVersion: any;