declare const _default: { type: string; icon: string; label: string; groupsName: string; compType: number; platform: string; props: { name: string; attachments: never[]; }; todoProps: { name: { type: string; label: string; groupsName: string; props: { label: string; defaultValue: string; }; }; attachments: { type: string; label: string; groupsName: string; props: { label: string; }; }; fieldDes: { type: string; label: string; groupsName: string; props: { label: 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;