export interface ICoreoAuthModuleTranslations { SIGN_IN: string; SIGN_IN_GOOGLE: string; SIGN_IN_FACEBOOK: string; SIGN_IN_EMAIL: string; EMAIL: string; PASSWORD: string; SIGN_UP: string; SIGN_UP_QUESTION: string; SIGNING_IN: string; SIGN_IN_ERROR: string; CONFIRM_PASSWORD: string; FULL_NAME: string; CANCEL: string; SIGNING_UP: string; GOT_IT: string; USERNAME: string; VERIFICATION_MSG_1: string; VERIFICATION_MSG_2: string; CONFIRM: string; CONFIRM_USERNAME: string; USERNAME_MSG: string; CONFIRMING_USERNAME: string; POWERED_BY: string; PASSWORD_MISMATCH: string; LOGIN_ERROR: string; SEND_RESET: string; OK: string; BACK: string; FORGOT_PASSWORD: string; FORGOT_PASSWORD_QUESTION: string; FORGOT_PASSWORD_INTRO: string; FORGOT_PASSWORD_SENT: string; FORGOT_PASSWORD_SEND: string; GENERIC_ERROR: string; NETWORK_ERROR: string; missingCredentials: string; passwordTooShort: string; passwordTooCommon: string; oauthEmailRequired: string; unknownUser: string; emailAlreadyTaken: string; accountNotVerified: string; invalidUsername: string; usernameAlreadyTaken: string; usernameNotSupplied: string; } export declare const TRANSLATION_PREFIX = "COREO_AUTH"; export declare const defaultTranslations: ICoreoAuthModuleTranslations;