import type { Element } from './types'; export declare const CLASS_PREFIX = "ne-one-login"; export declare const UNINPUT_FALG = -1; export declare const AUTH_IFRAME_ID = "#ne-one-login_auth-iframe"; export declare const ELEMENTS_JOIN_FLAG = ","; export declare const URL_PARAM_BOOLEAN: { TRUE: string; FALSE: string; }; export declare const MESSAGE_FROM: { AUTH: string[]; MAIN: string[]; }; export declare const MESSAGE_EVENT: { AUTH_TOKEN: string[]; AUTH_CLOSE: string[]; AUTH_SWITCH: string[]; AUTH_PHONE_INPUT_COMPLETE: string[]; AUTH_LOGIN_BTN_CLICK: string[]; AUTH_TIP: string[]; AUTH_DISPOSED: string[]; AUTH_UPDATE_STYLES_COMPLETED: string[]; UPDATE_STYLES: string[]; EVENTS: string[]; }; export declare const MESSAGE_EVENT_EVENTS: { LOGIN_BTN_ENABLE: string[]; LOGIN_BTN_DISABLE: string[]; AUTH_FRAME_DISPOSE: string[]; }; export declare const EVENT: { readonly ERROR: "error"; readonly READY: "ready"; readonly SUCCESS: "success"; readonly CLOSE: "close"; readonly SWITCH: "switch"; readonly MASK_PHONE: "mask-phone"; readonly COMPLETE: "complete"; readonly LOGIN_CLICK: "login-click"; readonly TIP: "tip"; readonly MODE_CHANGE: "mode-change"; readonly BACK_TEXT_CHANGE: "back-text-change"; readonly LOGO_CHANGE: "logo-change"; readonly LOGO_STYLES_CHANGE: "logo-styles-change"; readonly SLOGAN_APP_NAME_CHANGE: "slogan-app-name-change"; readonly SLOGAN_STYLES_CHANGE: "slogan-styles-change"; readonly PHONE_VALUE_CHANGE: "phone-value-change"; readonly PHONE_STYLES_CHANGE: "phone-styles-change"; readonly PHONE_INPUT_STYLE: "phone-input-style"; readonly PHONE_INPUT_DONE: "phone-input-done"; readonly SWITCH_BTN_TEXT_CHANGE: "switch-btn-text-change"; readonly SWITCH_BTN_STYLES_CHANGE: "switch-btn-styles-change"; readonly SWITCH_BTN_CLICK: "switch-btn-click"; readonly POLICY_VALUE_CHANGE: "policy-value-change"; readonly POLICY_CONTENT_CHANGE: "policy-content-change"; readonly POLICY_STYLES_CHANGE: "policy-styles-change"; readonly LOGIN_BTN_TEXT_CHANGE: "login-btn-text-change"; readonly LOGIN_BTN_STYLES_CHANGE: "login-btn-styles-change"; readonly LOGIN_BTN_CLICK: "login-btn-click"; readonly LOGIN_BTN_LOADING: "login-btn-loading"; }; export declare const PARAMS_COMMON: { PIC_TYPE: number; SDK_TYPE: number; }; export declare const ERR_CODE: { XHR_ERROR: (string | number)[]; PRE_CHECK_TIMEOUT: (string | number)[]; PRE_CHECK_ERROR: (string | number)[]; IFRAME_LOAD_ERROR: (string | number)[]; MOBILE_CHECK_FAIL: (string | number)[]; MOBILE_ACCESS_TOKEN_FAIL: (string | number)[]; MOBILE_REFERER_CHECK_FAIL: (string | number)[]; UNION_AUTH_URL_FAIL: (string | number)[]; UNION_CODE_AND_PROVINCE_FAIL: (string | number)[]; UNION_ACCESS_TOKEN_FAIL: (string | number)[]; UNION_REFERER_CHECK_FAIL: (string | number)[]; TELECOM_PREAUTH_FAIL: (string | number)[]; TELECOM_GET_ACCESS_CODE_FAIL: (string | number)[]; TELECOM_REFERER_CHECK_FAIL: (string | number)[]; UNKNOWN_OPERATOR: (string | number)[]; }; export declare const OPERATOR_MAP: { CHINA_TELECOM: (string | number)[]; CHINA_MOBILE: (string | number)[]; CHINA_UNICOM: (string | number)[]; UNKNOWN: (string | number)[]; }; export declare const DEFAULT_ELEMENTS: Element[]; export declare const DEFAULT_FLOAT_IFRAME_STYLES: { width: string; height: string; border: number; position: string; top: number; left: number; right: number; bottom: number; zIndex: number; background: string; }; export declare const DEFAULT_POPUP_IFRAME_STYLES: { width: string; height: string; border: number; }; export declare const TIP_CODE: { COMPLETE_PHONE: string[]; AGREE_TERMS: string[]; }; export declare const POLICY_TARGET: { readonly SELF: "self"; readonly BLANK: "blank"; readonly PARENT: "parent"; readonly TOP: "top"; readonly DRAWER: "drawer"; }; export declare const COLLECT_LOG_TYPE: { DEBUG_LOG: string[]; API_ERRPR: string[]; RESOURCE_ERRPR: string[]; };