export interface AppLocale { snippetTitle: string; snippetTitle_alshaya: string; learnMore: string; noFees: string; useAnyCard: string; today: string; in1Month: string; in2Months: string; in3Months: string; splitYourPurchase: string; in4InterestFreePayments: string; with: string; forPurchasesBelow: string; forPurchasesAbove: string; nonStandardSnippetTitle: string; } export declare const STRINGS: { [key: string]: AppLocale; };