import { Simplify, Static } from '../../type-utils'; declare const data: import("@sinclair/typebox").TObject<{ text: import("@sinclair/typebox").TString; type: import("@sinclair/typebox").TOptional>; size: import("@sinclair/typebox").TUnsafe<"default" | "mini" | "large">; usage: import("@sinclair/typebox").TString; language: import("@sinclair/typebox").TUnsafe<"zh_CN" | "zh_TW" | "en">; }>; export type DataType = Simplify>; declare const config: { readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json"; readonly data: import("@sinclair/typebox").TObject<{ text: import("@sinclair/typebox").TString; type: import("@sinclair/typebox").TOptional>; size: import("@sinclair/typebox").TUnsafe<"default" | "mini" | "large">; usage: import("@sinclair/typebox").TString; language: import("@sinclair/typebox").TUnsafe<"zh_CN" | "zh_TW" | "en">; }>; readonly events: readonly [{ readonly title: "用户信息授权成功"; readonly name: "userinfosuccess"; readonly description: "弹窗中点击了允许按钮后触发的事件"; readonly 'x-platforms': readonly ["MP"]; readonly detail: import("@sinclair/typebox").TObject<{ avatarUrl: import("@sinclair/typebox").TString; nickName: import("@sinclair/typebox").TString; language: import("@sinclair/typebox").TString; }>; }, { readonly title: "用户信息授权失败"; readonly name: "userinfofail"; readonly description: "弹窗中点击了拒绝按钮后触发的事件"; readonly 'x-platforms': readonly ["MP"]; }]; readonly meta: { readonly title: "获取用户信息(已废弃)"; readonly description: "能够在小程序运行态对用户的微信头像、微信昵称等信息进行获取。"; readonly icon: "//imgcache.qq.com/qcloud/lowcode/static/ide/left-material-icon/UserInfo.svg"; readonly category: "小程序"; readonly categoryOrder: 700; readonly componentOrder: 550; readonly platform: readonly ["MP"]; readonly visible: readonly []; readonly validate: readonly [{ readonly rule: "checkIsUsedPreAvartNickComp"; readonly options: { readonly allowFailure: false; readonly title: "页面使用了「获取用户信息」组件,因小程序官方规则调整,使用该组件的应用无法再发布上线,请点击右侧的「了解详情」按钮获取相关能力的适配策略,对应用进行改造调整"; readonly description: ""; readonly type: "component"; readonly version: ""; }; }]; }; readonly configMeta: { readonly docsUrl: "https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/wxOpen/UserInfo"; }; }; export default config;