export declare const CONFIG: { ANALYSIS_DELAY: number; MIN_PRICE: number; MAX_PRICE: number; DISCOUNT_PERCENTAGE: number; ANIMATION_DURATION: number; API_ENDPOINTS: { STYLE_PREFERENCES: string; SHOPPING_HISTORY: string; PERSONALIZED_OFFERS: string; }; }; export declare const THEME: { colors: { primary: string; secondary: string; background: string; text: string; gray: string; lightGray: string; success: string; error: string; warning: string; }; spacing: { xs: string; sm: string; md: string; lg: string; xl: string; }; borderRadius: { sm: string; md: string; lg: string; xl: string; full: string; }; typography: { fontFamily: string; fontSize: { xs: string; sm: string; md: string; lg: string; xl: string; }; fontWeight: { regular: number; medium: number; semibold: number; bold: number; }; }; }; export declare const CARD_TYPE: { 1: string; 2: string; }; export declare enum SENDER_TYPE { BOT = "BOT", USER = "USER", SYSTEM = "SYSTEM" } export declare const CONVERSATION_CUSTOM_TYPE: { readonly ASSIGN: "assign"; readonly CLOSE: "close"; }; export declare const CUSTOM_EVENT: { readonly AGENT_CONNECTED: "agentConnected"; }; export declare const DEFAULT_AGENT_NAME = "AI Support"; export declare const AGENT_CHAT_CLOSING_TEXT = "Our support agent has left the chat and we have handed the chat back to our AI Assistant."; export declare const TERMS_AND_CONDITIONS_URL = "https://trulyfreehome.com/terms-of-service"; export declare const TEMP_APP_SECRET = "SFMyNTY.g3QAAAACZAAEZGF0YXQAAAADbQAAAAlhY2NvdW50SWRtAAAAGDY2MTQyOTg1YmNjMDRjYjFiYmQ5MzZlZW0AAAAIa2V5c2V0SWRtAAAAJGY5OTEwYjRjLWYzODYtNDE2Zi04YjYwLTUzZjg5YWI1Zjk2ZG0AAAAJcHJvamVjdElkbQAAACQ0NGIyYTU3MC1iNTc4LTQ2MjEtOTRmZi04MzcxM2I5NGJkZTRkAAZzaWduZWRuBgBTPcK-jgE.jDMgBelESmD5rJ0TlOoqNlT2iOs5pj6T9VNsqdeAfso"; export declare const TEMP_LICENSE_KEY = "lic-IMKrxD1ZW7GcTcr6vfrJek6sL75Voc5x9oA"; export declare enum CREATE_FUNNEL_TAG { CONTINUE_TO_CANCEL_AFTER_VIEWING_SUBSCRIPTION_BENEFITS_CLICKED = "continueToCancelAfterViewingSubscriptionBenefitsClicked", CANCELLATION_REASON_SELECTED = "cancellationReasonSelected", CONTINUE_TO_CANCEL_SUBSCRIPTION_AFTER_SEEING_CANCELLATION_REASONS = "continueToCancelSubscriptionAfterSeeingCancellationReasons", SUBSCRIPTION_FINALLY_CANCELLED = "subscriptionFinallyCancelled", KEEP_SUBSCRIPTION_CLICKED = "keepSubscriptionClicked" }