declare const _default: { 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").TUnsafe<"primary" | "default" | "warn" | "wechat">; size: import("@sinclair/typebox").TUnsafe<"default" | "mini" | "large">; }>; readonly events: readonly [{ readonly title: "获取手机号授权令牌成功"; readonly name: "phoneCodeSuccess"; readonly description: "弹窗中点击了允许按钮后触发的事件"; readonly 'x-platforms': readonly ["MP"]; readonly detail: import("@sinclair/typebox").TObject<{ code: import("@sinclair/typebox").TString; }>; }, { readonly title: "获取手机号授权令牌失败"; readonly description: "弹窗中点击了拒绝按钮后触发的事件"; readonly name: "phoneCodeFail"; readonly 'x-platforms': readonly ["MP"]; }]; readonly meta: { readonly title: "获取用户手机号授权令牌"; readonly description: "获取用户手机号授权令牌组件"; readonly icon: "//imgcache.qq.com/qcloud/lowcode/static/ide/left-material-icon/Phone.svg"; readonly category: "微信开放能力"; readonly categoryOrder: 100; readonly componentOrder: 2; readonly platform: readonly ["MP"]; readonly visible: readonly []; readonly validate: readonly [{ readonly rule: "checkBusiness"; readonly options: { readonly allowFailure: true; readonly title: "当前应用开启了「登录功能」,该功能在小程序端仅支持企业主体小程序使用,请确保当前应用绑定的小程序为企业主体"; readonly description: ""; readonly type: "mp"; readonly version: ""; readonly platform: readonly ["MP"]; }; }]; readonly propertyPanelTips: "该组件必须在小程序真实环境使用才能够看到实际效果,并且小程序必须为企业主体,请确保小程序已经完成微信认证。[去认证](https://developers.weixin.qq.com/miniprogram/product/renzheng.html)"; }; }; export default _default;