declare const _default: { oldPassword: string[]; newPassword: string[]; editPassword: string[]; passwordTips: string[]; passwordPlaceholder: string[]; passwordRequire: string[]; passwordMinLength: string[]; passwordMaxLength: string[]; passwordLowercase: string[]; passwordUppercase: string[]; passwordNumber: string[]; passwordSymbol: string[]; passwordCheck: string[]; passwordCorrectly: string[]; passwordError: string[]; call: string[]; callPlaceholder: string[]; email: string[]; emailPlaceholder: string[]; emailCorrectly: string[]; phone: string[]; phonePlaceholder: string[]; avatar: string[]; }; export default _default;