/** * title: "带多选标签形态交互" * description: "设置mode值为multiple,选择器为带多选标签形态。" */ import React from 'react'; export declare const dataSource: ({ value: string; label: string; disabled?: undefined; } | { value: string; label: string; disabled: boolean; })[]; declare const _default: () => React.JSX.Element; export default _default;