export declare const CUSTOM_VARIANT_ID: "custom"; export declare const RISE_APP_ID = "d80111c5-a0f4-47a8-b63a-65b54d774a27"; export declare const DEFAULT_CURRENCY_CODE = "EUR"; export declare const DEFAULT_LOCALE = "en-US"; export declare const DEFAULT_LOADING_TEXT = "Loading..."; export declare const GIFT_CARD_ROOT_COMPONENT_TAG = "gift-card.root"; export declare const DEFAULT_LABELS: { customVariantTrigger: string; forSomeone: string; forMyself: string; buyNow: string; addToCart: string; }; export declare enum TestIds { giftCardRoot = "gift-card-root", giftCardRaw = "gift-card-raw", giftCardImage = "gift-card-image", giftCardName = "gift-card-name", giftCardDescription = "gift-card-description", giftCardLoading = "gift-card-loading", giftCardError = "gift-card-error", giftCardPresetVariants = "gift-card-preset-variants", giftCardPresetVariantRepeater = "gift-card-preset-variant-repeater", giftCardPresetVariant = "gift-card-preset-variant", giftCardPresetVariantAmount = "gift-card-preset-variant-amount", giftCardCurrentPrice = "gift-card-current-price", giftCardCustomVariantTrigger = "gift-card-custom-variant-trigger", giftCardCustomAmountInput = "gift-card-custom-amount-input", giftCardQuantity = "gift-card-quantity", giftCardGiftToggle = "gift-card-gift-toggle", giftCardGiftToggleSomeone = "gift-card-gift-toggle-someone", giftCardGiftToggleMyself = "gift-card-gift-toggle-myself", giftCardRecipientForm = "gift-card-recipient-form", giftCardRecipientEmail = "gift-card-recipient-email", giftCardRecipientName = "gift-card-recipient-name", giftCardRecipientDate = "gift-card-recipient-date", giftCardRecipientMessage = "gift-card-recipient-message", giftCardAddToCart = "gift-card-add-to-cart", giftCardBuyNow = "gift-card-buy-now" }