export declare const appConstants: { basicInfo: { email: { display: string; val: string; }; phone: { display: string; val: string; }; }; titles: { homepage_pagetitle: string; homepage_description: string; homepage_keywords: string; header_title: string; }; contexualCardBg: { cashbackFixed: { bgIcon: string; bgColor: string; solidColorDark: string; bottomColor: string; }; cashbackPercent: { bgIcon: string; bgColor: string; solidColorDark: string; bottomColor: string; }; annualBenefit: { bgIcon: string; bgColor: string; solidColorDark: string; bottomColor: string; }; quaterlyBenefit: { bgIcon: string; bgColor: string; solidColorDark: string; bottomColor: string; }; welcomeBenefit: { bgIcon: string; bgColor: string; solidColorDark: string; bottomColor: string; }; welcomeBenefit4: { bgIcon: string; bgColor: string; solidColorDark: string; bottomColor: string; }; singleOffer: { bgIcon: string; bgColor: string; solidColorDark: string; bottomColor: string; }; seeAll: { bgIcon: string; bgColor: string; solidColorDark: string; bottomColor: string; }; }; };