export interface UaePassTexts {
    signInWithUaePass: string;
    completingSignIn: string;
    signedInSuccessfully: string;
    redirectingToHomePage: string;
    error: string;
    returnToHome: string;
    loading: string;
    pleaseWait: string;
    windowNotAvailable: string;
    noUrlContext: string;
    securityCheckFailed: string;
    tokenExchangeFailed: string;
    noUserProfile: string;
    userProfileFetchFailed: string;
    uaePass: string;
}
export declare const UAE_PASS_TEXTS_EN: UaePassTexts;
export declare const UAE_PASS_TEXTS_AR: UaePassTexts;
export declare function getUaePassTexts(language?: 'en' | 'ar'): UaePassTexts;
