export declare const SHOW_PLANS = "show-plans"; export declare const FEATURE_ID = "featureId"; export declare const TEMPLATE_NAME = "templateName"; export declare const VIDEO_ID = "videoId"; export declare const FORMAT = "format"; export declare const IS_REQUIRE_DUPLICATE_VIDEO = "isRequireDuplicateVideo"; export declare const VIDEO_STATUS: { ERROR: string; VIDEO_AVAILABLE: string; NOT_EXIST: string; RENDERING: string; }; export declare const DEVICE: { mobileS: string; mobileM: string; mobileL: string; tablet: string; laptop: string; }; export declare enum EASING { EASE_OUT = "cubic-bezier(0.25, 1, 0.5, 1)", EASE_IN_OUT = "cubic-bezier(0.37, 0, 0.63, 1)" } export declare enum BORDER_RADIUSES { ROUND = 8, ROUNDER = 16, ROUNDERER = 24 } export declare const INFO_CARD_COLORS: string[]; declare const THEME: { color: { placeholderBackground: string; imageBorder: string; imageSelectedBorder: string; primary: string; primaryLight: string; inputBorder: string; inputPlaceholder: string; fontColor: string; fontHighlightColor: string; pinkleBackgrondColor: string; fontColorInverted: string; separator: string; border: string; disabledBackground: string; menuColor: string; iconColor: string; menuActiveColor: string; fontDisabled: string; bannerIconBackground: string; emptyStateIconBackground: string; background: string; highlightBackground: string; lightBackground: string; lighterBackground: string; lightBackgroundHover: string; shadow: string; warning: string; starReview: string; starReviewEmpty: string; promotionHighlight: string; discountHighlight: string; previewTemplateBackground: string; black: { 85: string; }; }; gradients: { lightLoadingPlaceholder: string; darkLoadingPlaceholder: string; }; borderRadiuses: { round: BORDER_RADIUSES; rounder: BORDER_RADIUSES; rounderer: BORDER_RADIUSES; }; opacity: { hover: number; disabled: number; }; easing: { easeOut: EASING; easeInOut: EASING; }; sizes: { topBarHeight: number; topBarMobileHeight: number; }; shadow: { none: string; small: string; smallDark: string; large: string; largeDark: string; }; zIndex: { modal: number; popup: number; }; }; export declare type Theme = typeof THEME; export default THEME; export declare const APPLICATION_SOURCE: string; export declare const API_URL: string; export declare const APP_URL: string; export declare const HOME_PAGE_URL: string; export declare const IS_DEBUG_MODE: boolean; export declare const SHOPIFY_STORE_URL: string; export declare const BIG_COMMERCE_STORE_URL: string; export declare const WOO_CALLBACK: string; export declare const INTERCOM_ID: string; export declare const ASSETS_CDN_URL = "assets.withminta.com"; export declare const USER_IMAGES_CDN_URL = "dsrl9mo3gpvja.cloudfront.net"; export declare const TIKTOK_ADS_URL: string; export declare const SENTRY_DNS: string; export declare const FB_APP_ID: string; export declare const MESSENGER_APP_ID: string; export declare const FB_PAGE_ID: string; export declare const VIDEO_FETCH_LIMIT = 8; export declare const VIDEO_MESSAGE_FETCH_LIMIT = 8; export declare const PRODUCT_FETCH_LIMIT = 10; export declare const PRODUCT_FETCH_LIMIT_CUSTOM = 100; export declare const INITIAL_VIDEO_FETCH_DELAY = 2500; export declare const API_REQ_RETRY_DELAY = 3000; export declare const LIMIT_USER_IMAGES_CALL = 30; export declare const SESSION_STORAGE_REDIRECT_AFTER_SIGNIN = "redirectAfterSignin"; export declare const SESSION_STORAGE_REDIRECT_AFTER_PAYMENT = "redirectAfterPayment"; export declare const SESSION_STORAGE_LATEST_FEATURE_DATA = "latestFeatureData"; export declare const SHOPIFY_APP_CLIENT_ID: string; export declare const BIG_COMMERCE_APP_ID: string; export declare const PADDLE_ENV: string; export declare const PADDLE_VENDOR_ID: string; export declare const WIX_APP_ID: string; export declare const WIX_APP_STORE_URL: string; export declare const TIKTOK_API_URL: string; export declare const TIKTOK_CLIENT_KEY: string; export declare const REMOVE_BG_URL: string; export declare const ALLOWED_ORIGIN = "*"; export declare const EMAIL_TO_CONTACT: string; export declare const EMAIL_SUBJECT_TO_CONTACT: string; export declare const IS_PROD: string;