declare const config: { readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json"; readonly isContainer: true; readonly data: import("@sinclair/typebox").TObject<{ showMessageCard: import("@sinclair/typebox").TOptional; sendMessageTitle: import("@sinclair/typebox").TOptional; sendMessagePath: import("@sinclair/typebox").TOptional; sendMessageImg: import("@sinclair/typebox").TOptional; sessionFrom: import("@sinclair/typebox").TOptional; template: import("@sinclair/typebox").TUnsafe<"normal" | "suspend">; }>; readonly methods: readonly []; readonly classes: readonly [{ readonly name: "根元素"; readonly selector: ".wd-customer-service"; readonly description: "组件根元素"; }, { readonly name: "小程序端根元素"; readonly selector: ".wd-mp-customer-service"; readonly description: "可以为小程序端的组件编写样式"; }]; readonly events: readonly [{ readonly title: "客服消息回调"; readonly name: "contact"; readonly 'x-platforms': readonly ["MP"]; readonly detail: import("@sinclair/typebox").TObject<{ errMsg: import("@sinclair/typebox").TString; path: import("@sinclair/typebox").TString; query: import("@sinclair/typebox").TObject<{}>; }>; }]; readonly meta: { readonly title: "客服会话"; readonly name: "CustomerService"; readonly componentName: "CustomerService"; readonly description: "用于在小程序中打开客服对话页面。"; readonly icon: "../../icons/customerService.svg"; readonly category: "小程序"; readonly categoryOrder: 700; readonly componentOrder: 590; readonly platform: readonly ["MP"]; readonly visible: readonly ["APP"]; readonly templates: readonly [{ readonly when: "$attached"; readonly to: "$children"; readonly body: string; }, { readonly when: "template"; readonly to: "$children"; readonly body: string; }]; readonly docsUrl: "https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/wxOpen/CustomerService"; readonly group: { readonly 通用: { readonly 'x-index': 1; readonly expand: true; }; readonly 风格: { readonly 'x-index': 2; readonly expand: true; }; }; }; }; export default config;