declare const _default: { type: string; icon: string; groupsName: string; compType: number; label: string; platform: string; props: { name: string; span: number; placeholder: string; allowClear: boolean; }; todoProps: { name: { type: string; label: string; groupsName: string; props: { label: string; }; }; placeholder: { label: string; type: string; groupsName: string; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; style: { padding: string; fontSize: string; }; }; }; required: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { defaultValue: boolean; }; }; bindFormInfo: { label: string; type: string; groupsName: string; props: { required: boolean; }; }; dataSelectFiledInfo: { label: string; type: string; groupsName: string; props: { required: boolean; }; }; dataLinkageRuleInfo: { label: string; type: string; groupsName: string; }; selfSpan: { label: string; type: string; groupsName: string; props: { defaultValue: number; options: ({ title: string; value: number; } | { title: number; value: number; } | { title: string; value: string; })[]; }; istodoBind: boolean; }; }; todoActionList: string[]; }; export default _default;