export declare const en: {
    userProfile: {
        updateEmailForm: {
            newEmailAddress: {
                label: string;
                placeholder: string;
            };
            confirmNewEmailAddress: {
                label: string;
                placeholder: string;
            };
            enterValidEmail: string;
            bothEmailMustMatch: string;
            password: {
                label: string;
                placeholder: string;
            };
            pleaseInputPassword: string;
            emailUpdateSuccess: string;
        };
        register: {
            confirmPassword: {
                action: string;
                label: string;
                placeholder: string;
            };
            managementInMyAccount: string;
            termsAndConditions: string;
            signIn: string;
            register: string;
            confirmNewPassword: string;
            resetPassword: string;
            createAccount: string;
            title: string;
            firstName: {
                label: string;
                placeholder: string;
            };
            lastName: {
                label: string;
                placeholder: string;
            };
            emailAddress: {
                label: string;
                placeholder: string;
            };
            password: {
                label: string;
                placeholder: string;
            };
            newPassword: string;
            emailMarketing: string;
            confirmThatRead: string;
            selectTitle: string;
            passwordMinRequirements: string;
            bothPasswordMustMatch: string;
            titleRequired: string;
            postRegisterMessage: string;
        };
        forgottenPassword: {
            resetPassword: string;
            enterEmailAddressAssociatedWithYourAccount: string;
            emailAddress: {
                label: string;
                placeholder: string;
            };
            enterValidEmail: string;
            passwordResetEmailSent: string;
            passwordResetSuccess: string;
        };
    };
};
